#13517D

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

Shades of Dark Cerulean #13517D

Tints of Dark Cerulean #13517D

Color information

#13517D (or 0x13517D) is unknown color: approx Dark Cerulean. HEX triplet: 13, 51 and 7D. RGB value is (19,81,125). Sum of RGB (Red+Green+Blue) = 19+81+125=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #13517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13517D is #ECAE82. Grayscale: #434343. Windows color (decimal): -15511171 or 8212755. OLE color: 8212755.

HSL color Cylindrical-coordinate representation of color #13517D: hue angle of 204.91º 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 #13517D is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1981125-
CMYK0.850.3500.51
HSL204.91º73.61%28.24%-
HSV(B)204.91º84.8%49.02%-
XYZ6.917.520.49-
YUV67.48160.4693.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=8.44%
G=36%
B=55.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19811250.850.3500.51204.9173.6128.24
Hex13517D5523033cd4a1c
Octal231211751254306331511234
Binary10011101000111111011010101100011011001111001101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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