#13426B

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

Shades of Dark Cerulean #13426B

Tints of Dark Cerulean #13426B

Color information

#13426B (or 0x13426B) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 6B. RGB value is (19,66,107). Sum of RGB (Red+Green+Blue) = 19+66+107=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #13426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13426B is #ECBD94. Grayscale: #383838. Windows color (decimal): -15515029 or 7029267. OLE color: 7029267.

HSL color Cylindrical-coordinate representation of color #13426B: hue angle of 207.95º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13426B is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1966107-
CMYK0.820.3800.58
HSL207.95º69.84%24.71%-
HSV(B)207.95º82.24%41.96%-
XYZ4.875.114.64-
YUV56.62156.43101.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=9.90%
G=34.38%
B=55.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19661070.820.3800.58207.9569.8424.71
Hex13426B522603Ad04619
Octal231021531224607232010631
Binary10011100001011010111010010100110011101011010000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13426B; }

 p { color: rgb(19,66,107); }

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

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

 a { background-color: rgb(19,66,107); }

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

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

 span { border-color: rgb(19,66,107); }

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