#073F79

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

Shades of Dark Cerulean #073F79

Tints of Dark Cerulean #073F79

Color information

#073F79 (or 0x073F79) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3F and 79. RGB value is (7,63,121). Sum of RGB (Red+Green+Blue) = 7+63+121=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 121 (47.66% from 255 or 63.35% from 191); Max value from RGB is 121 - color contains mainly: blue. Hex color #073F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F79 is #F8C086. Grayscale: #343434. Windows color (decimal): -16302215 or 7945991. OLE color: 7945991.

HSL color Cylindrical-coordinate representation of color #073F79: hue angle of 210.53º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073F79 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB763121-
CMYK0.940.4800.53
HSL210.53º89.06%25.1%-
HSV(B)210.53º94.21%47.45%-
XYZ5.324.9818.77-
YUV52.87166.4595.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.66%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 121 (47.66% from 255) = 63.35%
R=3.66%
G=32.98%
B=63.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7631210.940.4800.53210.5389.0625.1
Hex73F795E30035d35919
Octal7771711366006532313131
Binary11111111111110011011110110000011010111010011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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