#133C70

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

Shades of Dark Cerulean #133C70

Tints of Dark Cerulean #133C70

Color information

#133C70 (or 0x133C70) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3C and 70. RGB value is (19,60,112). Sum of RGB (Red+Green+Blue) = 19+60+112=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #133C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C70 is #ECC38F. Grayscale: #353535. Windows color (decimal): -15516560 or 7355411. OLE color: 7355411.

HSL color Cylindrical-coordinate representation of color #133C70: hue angle of 213.55º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133C70 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1960112-
CMYK0.830.4600.56
HSL213.55º70.99%25.69%-
HSV(B)213.55º83.04%43.92%-
XYZ4.814.5415.95-
YUV53.67160.92103.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 60 (23.83% from 255) = 31.41%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=9.95%
G=31.41%
B=58.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19601120.830.4600.56213.5570.9925.69
Hex133C70532E038d6471a
Octal23741601235607032610732
Binary1001111110011100001010011101110011100011010110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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