#133E73

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

Shades of Dark Cerulean #133E73

Tints of Dark Cerulean #133E73

Color information

#133E73 (or 0x133E73) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3E and 73. RGB value is (19,62,115). Sum of RGB (Red+Green+Blue) = 19+62+115=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #133E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E73 is #ECC18C. Grayscale: #363636. Windows color (decimal): -15516045 or 7552531. OLE color: 7552531.

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

Color convert

RGB1962115-
CMYK0.830.4600.55
HSL213.12º71.64%26.27%-
HSV(B)213.12º83.48%45.1%-
XYZ5.094.8216.88-
YUV55.18161.75102.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=9.69%
G=31.63%
B=58.67%

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
Decimal19621150.830.4600.55213.1271.6426.27
Hex133E73532E037d5481a
Octal23761631235606732511032
Binary1001111111011100111010011101110011011111010101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,62,115); }

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

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

 a { background-color: rgb(19,62,115); }

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

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

 span { border-color: rgb(19,62,115); }

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