#073F70

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

Shades of Dark Cerulean #073F70

Tints of Dark Cerulean #073F70

Color information

#073F70 (or 0x073F70) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3F and 70. RGB value is (7,63,112). Sum of RGB (Red+Green+Blue) = 7+63+112=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #073F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F70 is #F8C08F. Grayscale: #333333. Windows color (decimal): -16302224 or 7356167. OLE color: 7356167.

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

Color convert

RGB763112-
CMYK0.940.4400.56
HSL208º88.24%23.33%-
HSV(B)208º93.75%43.92%-
XYZ4.794.7716-
YUV51.84161.9596.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=3.85%
G=34.62%
B=61.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7631120.940.4400.5620888.2423.33
Hex73F705E2C038d05817
Octal7771601365407032013027
Binary11111111111100001011110101100011100011010000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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