#13508E

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

Shades of Dark Cerulean #13508E

Tints of Dark Cerulean #13508E

Color information

#13508E (or 0x13508E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 50 and 8E. RGB value is (19,80,142). Sum of RGB (Red+Green+Blue) = 19+80+142=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #13508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13508E is #ECAF71. Grayscale: #444444. Windows color (decimal): -15511410 or 9326611. OLE color: 9326611.

HSL color Cylindrical-coordinate representation of color #13508E: hue angle of 210.24º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13508E is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1980142-
CMYK0.870.4400.44
HSL210.24º76.4%31.57%-
HSV(B)210.24º86.62%55.69%-
XYZ8.027.8326.68-
YUV68.83169.2992.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=7.88%
G=33.20%
B=58.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19801420.870.4400.44210.2476.431.57
Hex13508E572C02Cd24c20
Octal231202161275405432211440
Binary1001110100001000111010101111011000101100110100101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,80,142); }

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

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

 a { background-color: rgb(19,80,142); }

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

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

 span { border-color: rgb(19,80,142); }

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