#133D72

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

Shades of Dark Cerulean #133D72

Tints of Dark Cerulean #133D72

Color information

#133D72 (or 0x133D72) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3D and 72. RGB value is (19,61,114). Sum of RGB (Red+Green+Blue) = 19+61+114=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #133D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D72 is #ECC28D. Grayscale: #363636. Windows color (decimal): -15516302 or 7486739. OLE color: 7486739.

HSL color Cylindrical-coordinate representation of color #133D72: hue angle of 213.47º 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 #133D72 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1961114-
CMYK0.830.4600.55
HSL213.47º71.43%26.08%-
HSV(B)213.47º83.33%44.71%-
XYZ4.974.6916.56-
YUV54.48161.59102.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=9.79%
G=31.44%
B=58.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19611140.830.4600.55213.4771.4326.08
Hex133D72532E037d5471a
Octal23751621235606732510732
Binary1001111110111100101010011101110011011111010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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