#13468E

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

Shades of Dark Cerulean #13468E

Tints of Dark Cerulean #13468E

Color information

#13468E (or 0x13468E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 46 and 8E. RGB value is (19,70,142). Sum of RGB (Red+Green+Blue) = 19+70+142=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #13468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13468E is #ECB971. Grayscale: #3E3E3E. Windows color (decimal): -15513970 or 9324051. OLE color: 9324051.

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

Color convert

RGB1970142-
CMYK0.870.5100.44
HSL215.12º76.4%31.57%-
HSV(B)215.12º86.62%55.69%-
XYZ7.346.4726.45-
YUV62.96172.696.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=8.23%
G=30.30%
B=61.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19701420.870.5100.44215.1276.431.57
Hex13468E573302Cd74c20
Octal231062161276305432711440
Binary1001110001101000111010101111100110101100110101111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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