#13486C

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

Shades of Dark Cerulean #13486C

Tints of Dark Cerulean #13486C

Color information

#13486C (or 0x13486C) is unknown color: approx Dark Cerulean. HEX triplet: 13, 48 and 6C. RGB value is (19,72,108). Sum of RGB (Red+Green+Blue) = 19+72+108=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #13486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13486C is #ECB793. Grayscale: #3C3C3C. Windows color (decimal): -15513492 or 7096339. OLE color: 7096339.

HSL color Cylindrical-coordinate representation of color #13486C: hue angle of 204.27º 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 #13486C is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1972108-
CMYK0.820.3300.58
HSL204.27º70.08%24.9%-
HSV(B)204.27º82.41%42.35%-
XYZ5.295.8615.04-
YUV60.26154.9498.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=9.55%
G=36.18%
B=54.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19721080.820.3300.58204.2770.0824.9
Hex13486C522103Acc4619
Octal231101541224107231410631
Binary10011100100011011001010010100001011101011001100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13486C; }

 p { color: rgb(19,72,108); }

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

<style>
 a { background-color: #13486C; }

 a { background-color: rgb(19,72,108); }

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

<style>
 span { border-color: #13486C; }

 span { border-color: rgb(19,72,108); }

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