#135387

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

Shades of Dark Cerulean #135387

Tints of Dark Cerulean #135387

Color information

#135387 (or 0x135387) is unknown color: approx Dark Cerulean. HEX triplet: 13, 53 and 87. RGB value is (19,83,135). Sum of RGB (Red+Green+Blue) = 19+83+135=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #135387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135387 is #ECAC78. Grayscale: #454545. Windows color (decimal): -15510649 or 8868627. OLE color: 8868627.

HSL color Cylindrical-coordinate representation of color #135387: hue angle of 206.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135387 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1983135-
CMYK0.860.3900.47
HSL206.9º75.32%30.2%-
HSV(B)206.9º85.93%52.94%-
XYZ7.738.0724.07-
YUV69.79164.891.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=8.02%
G=35.02%
B=56.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19831350.860.3900.47206.975.3230.2
Hex135387562702Fcf4b1e
Octal231232071264705731711336
Binary100111010011100001111010110100111010111111001111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135387; }

 p { color: rgb(19,83,135); }

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

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

 a { background-color: rgb(19,83,135); }

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

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

 span { border-color: rgb(19,83,135); }

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