#13426E

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

Shades of Dark Cerulean #13426E

Tints of Dark Cerulean #13426E

Color information

#13426E (or 0x13426E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 6E. RGB value is (19,66,110). Sum of RGB (Red+Green+Blue) = 19+66+110=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #13426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13426E is #ECBD91. Grayscale: #383838. Windows color (decimal): -15515026 or 7225875. OLE color: 7225875.

HSL color Cylindrical-coordinate representation of color #13426E: hue angle of 209.01º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13426E is Cyan = 0.83, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1966110-
CMYK0.830.400.57
HSL209.01º70.54%25.29%-
HSV(B)209.01º82.73%43.14%-
XYZ5.035.1615.48-
YUV56.96157.93100.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=9.74%
G=33.85%
B=56.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19661100.830.400.57209.0170.5425.29
Hex13426E5328039d14719
Octal231021561235007132110731
Binary10011100001011011101010011101000011100111010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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