#133972

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

Shades of Dark Cerulean #133972

Tints of Dark Cerulean #133972

Color information

#133972 (or 0x133972) is unknown color: approx Dark Cerulean. HEX triplet: 13, 39 and 72. RGB value is (19,57,114). Sum of RGB (Red+Green+Blue) = 19+57+114=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #133972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133972 is #ECC68D. Grayscale: #333333. Windows color (decimal): -15517326 or 7485715. OLE color: 7485715.

HSL color Cylindrical-coordinate representation of color #133972: hue angle of 216º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133972 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1957114-
CMYK0.830.5000.55
HSL216º71.43%26.08%-
HSV(B)216º83.33%44.71%-
XYZ4.774.2816.49-
YUV52.14162.91104.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 60%
R=10%
G=30%
B=60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19571140.830.5000.5521671.4326.08
Hex1339725332037d8471a
Octal23711621236206733010732
Binary1001111100111100101010011110010011011111011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133972; }

 p { color: rgb(19,57,114); }

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

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

 a { background-color: rgb(19,57,114); }

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

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

 span { border-color: rgb(19,57,114); }

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