#133C87

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

Shades of Dark Cerulean #133C87

Tints of Dark Cerulean #133C87

Color information

#133C87 (or 0x133C87) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3C and 87. RGB value is (19,60,135). Sum of RGB (Red+Green+Blue) = 19+60+135=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #133C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C87 is #ECC378. Grayscale: #373737. Windows color (decimal): -15516537 or 8862739. OLE color: 8862739.

HSL color Cylindrical-coordinate representation of color #133C87: hue angle of 218.79º 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 #133C87 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1960135-
CMYK0.860.5600.47
HSL218.79º75.32%30.2%-
HSV(B)218.79º85.93%52.94%-
XYZ6.265.1223.58-
YUV56.29172.42101.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 60 (23.83% from 255) = 28.04%
BLUE value IS 135 (53.12% from 255) = 63.08%
R=8.88%
G=28.04%
B=63.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19601350.860.5600.47218.7975.3230.2
Hex133C87563802Fdb4b1e
Octal23742071267005733311336
Binary10011111100100001111010110111000010111111011011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133C87; }

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

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

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

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

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

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

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

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