#133A72

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

Shades of Dark Cerulean #133A72

Tints of Dark Cerulean #133A72

Color information

#133A72 (or 0x133A72) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3A and 72. RGB value is (19,58,114). Sum of RGB (Red+Green+Blue) = 19+58+114=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #133A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A72 is #ECC58D. Grayscale: #343434. Windows color (decimal): -15517070 or 7485971. OLE color: 7485971.

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

Color convert

RGB1958114-
CMYK0.830.4900.55
HSL215.37º71.43%26.08%-
HSV(B)215.37º83.33%44.71%-
XYZ4.824.3816.51-
YUV52.72162.58103.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=9.95%
G=30.37%
B=59.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19581140.830.4900.55215.3771.4326.08
Hex133A725331037d7471a
Octal23721621236106732710732
Binary1001111101011100101010011110001011011111010111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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