#130299

Color #130299 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #130299

Tints of Ultramarine #130299

Color information

#130299 (or 0x130299) is unknown color: approx Ultramarine. HEX triplet: 13, 02 and 99. RGB value is (19,2,153). Sum of RGB (Red+Green+Blue) = 19+2+153=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 153 (60.16% from 255 or 87.93% from 174); Max value from RGB is 153 - color contains mainly: blue. Hex color #130299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130299 is #ECFD66. Grayscale: #171717. Windows color (decimal): -15531367 or 10027539. OLE color: 10027539.

HSL color Cylindrical-coordinate representation of color #130299: hue angle of 246.75º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130299 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB192153-
CMYK0.880.9900.4
HSL246.75º97.42%30.39%-
HSV(B)246.75º98.69%60%-
XYZ6.042.4830.3-
YUV24.3200.63124.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 153 (60.16% from 255) = 87.93%
R=10.92%
G=1.15%
B=87.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1921530.880.9900.4246.7597.4230.39
Hex132995863028f7611e
Octal23223113014305036714136
Binary10011101001100110110001100011010100011110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130299; }

 p { color: rgb(19,2,153); }

 H1.HeaderClassName
 {
   color: #130299;
 }
 .AnyTagClassName
 {
   color: #130299;
 }
</style>
background-color css

<style>
 a { background-color: #130299; }

 a { background-color: rgb(19,2,153); }

 div.DivClassName
 {
   background-color: #130299;
 }
 .BgClassName
 {
   background-color: #130299;
 }
</style>
border-color css

<style>
 span { border-color: #130299; }

 span { border-color: rgb(19,2,153); }

 td.TdClassName
 {
   border-color: #130299;
 }
 .TagClassName
 {
   border-color: #130299;
 }
</style>