#13466E

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

Shades of Dark Cerulean #13466E

Tints of Dark Cerulean #13466E

Color information

#13466E (or 0x13466E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 46 and 6E. RGB value is (19,70,110). Sum of RGB (Red+Green+Blue) = 19+70+110=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #13466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13466E is #ECB991. Grayscale: #3B3B3B. Windows color (decimal): -15514002 or 7226899. OLE color: 7226899.

HSL color Cylindrical-coordinate representation of color #13466E: hue angle of 206.37º 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 #13466E is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1970110-
CMYK0.830.3600.57
HSL206.37º70.54%25.29%-
HSV(B)206.37º82.73%43.14%-
XYZ5.275.6415.56-
YUV59.31156.699.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=9.55%
G=35.18%
B=55.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19701100.830.3600.57206.3770.5425.29
Hex13466E5324039ce4719
Octal231061561234407131610731
Binary10011100011011011101010011100100011100111001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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