#13178E

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

Shades of Ultramarine #13178E

Tints of Ultramarine #13178E

Color information

#13178E (or 0x13178E) is unknown color: approx Ultramarine. HEX triplet: 13, 17 and 8E. RGB value is (19,23,142). Sum of RGB (Red+Green+Blue) = 19+23+142=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 142 (55.86% from 255 or 77.17% from 184); Max value from RGB is 142 - color contains mainly: blue. Hex color #13178E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13178E is #ECE871. Grayscale: #222222. Windows color (decimal): -15526002 or 9312019. OLE color: 9312019.

HSL color Cylindrical-coordinate representation of color #13178E: hue angle of 238.05º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13178E is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1923142-
CMYK0.870.8400.44
HSL238.05º76.4%31.57%-
HSV(B)238.05º86.62%55.69%-
XYZ5.462.725.83-
YUV35.37188.17116.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 142 (55.86% from 255) = 77.17%
R=10.33%
G=12.5%
B=77.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19231420.870.8400.44238.0576.431.57
Hex13178E575402Cee4c20
Octal232721612712405435611440
Binary100111011110001110101011110101000101100111011101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13178E; }

 p { color: rgb(19,23,142); }

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

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

 a { background-color: rgb(19,23,142); }

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

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

 span { border-color: rgb(19,23,142); }

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