#13486E

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

Shades of Dark Cerulean #13486E

Tints of Dark Cerulean #13486E

Color information

#13486E (or 0x13486E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 48 and 6E. RGB value is (19,72,110). Sum of RGB (Red+Green+Blue) = 19+72+110=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #13486E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13486E is #ECB791. Grayscale: #3C3C3C. Windows color (decimal): -15513490 or 7227411. OLE color: 7227411.

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

Color convert

RGB1972110-
CMYK0.830.3500.57
HSL205.05º70.54%25.29%-
HSV(B)205.05º82.73%43.14%-
XYZ5.45.915.61-
YUV60.48155.9498.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 110 (43.36% from 255) = 54.73%
R=9.45%
G=35.82%
B=54.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19721100.830.3500.57205.0570.5425.29
Hex13486E5323039cd4719
Octal231101561234307131510731
Binary10011100100011011101010011100011011100111001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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