#073F72

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

Shades of Dark Cerulean #073F72

Tints of Dark Cerulean #073F72

Color information

#073F72 (or 0x073F72) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3F and 72. RGB value is (7,63,114). Sum of RGB (Red+Green+Blue) = 7+63+114=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #073F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F72 is #F8C08D. Grayscale: #333333. Windows color (decimal): -16302222 or 7487239. OLE color: 7487239.

HSL color Cylindrical-coordinate representation of color #073F72: hue angle of 208.6º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073F72 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB763114-
CMYK0.940.4500.55
HSL208.6º88.43%23.73%-
HSV(B)208.6º93.86%44.71%-
XYZ4.94.8216.59-
YUV52.07162.9595.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.80%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=3.80%
G=34.24%
B=61.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7631140.940.4500.55208.688.4323.73
Hex73F725E2D037d15818
Octal7771621365506732113030
Binary11111111111100101011110101101011011111010001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073F72; }

 p { color: rgb(7,63,114); }

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

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

 a { background-color: rgb(7,63,114); }

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

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

 span { border-color: rgb(7,63,114); }

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