#13367D

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

Shades of Dark Cerulean #13367D

Tints of Dark Cerulean #13367D

Color information

#13367D (or 0x13367D) is unknown color: approx Dark Cerulean. HEX triplet: 13, 36 and 7D. RGB value is (19,54,125). Sum of RGB (Red+Green+Blue) = 19+54+125=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #13367D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13367D is #ECC982. Grayscale: #333333. Windows color (decimal): -15518083 or 8205843. OLE color: 8205843.

HSL color Cylindrical-coordinate representation of color #13367D: hue angle of 220.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13367D is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1954125-
CMYK0.850.5700.51
HSL220.19º73.61%28.24%-
HSV(B)220.19º84.8%49.02%-
XYZ5.294.2619.95-
YUV51.63169.4104.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 54 (21.48% from 255) = 27.27%
BLUE value IS 125 (49.22% from 255) = 63.13%
R=9.60%
G=27.27%
B=63.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19541250.850.5700.51220.1973.6128.24
Hex13367D5539033dc4a1c
Octal23661751257106333411234
Binary1001111011011111011010101111001011001111011100100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13367D; }

 p { color: rgb(19,54,125); }

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

<style>
 a { background-color: #13367D; }

 a { background-color: rgb(19,54,125); }

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

<style>
 span { border-color: #13367D; }

 span { border-color: rgb(19,54,125); }

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