#13478E

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

Shades of Dark Cerulean #13478E

Tints of Dark Cerulean #13478E

Color information

#13478E (or 0x13478E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 47 and 8E. RGB value is (19,71,142). Sum of RGB (Red+Green+Blue) = 19+71+142=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #13478E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13478E is #ECB871. Grayscale: #3F3F3F. Windows color (decimal): -15513714 or 9324307. OLE color: 9324307.

HSL color Cylindrical-coordinate representation of color #13478E: hue angle of 214.63º 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 #13478E is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1971142-
CMYK0.870.500.44
HSL214.63º76.4%31.57%-
HSV(B)214.63º86.62%55.69%-
XYZ7.46.626.47-
YUV63.55172.2796.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 142 (55.86% from 255) = 61.21%
R=8.19%
G=30.60%
B=61.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19711420.870.500.44214.6376.431.57
Hex13478E573202Cd74c20
Octal231072161276205432711440
Binary1001110001111000111010101111100100101100110101111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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