#073f7f

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

Shades of Dark Cerulean #073F7F

Tints of Dark Cerulean #073F7F

Color information

#073F7F (or 0x073F7F) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3F and 7F. RGB value is (7,63,127). Sum of RGB (Red+Green+Blue) = 7+63+127=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #073F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073F7F is #F8C080. Grayscale: #353535. Windows color (decimal): -16302209 or 8339207. OLE color: 8339207.

HSL color Cylindrical-coordinate representation of color #073F7F: hue angle of 212º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073F7F is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB763127-
CMYK0.940.5000.50
HSL212º89.55%26.27%-
HSV(B)212º94.49%49.8%-
XYZ5.75.1320.77-
YUV53.55169.4594.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 127 (50% from 255) = 64.47%
R=3.55%
G=31.98%
B=64.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7631270.940.5000.5021289.5526.27
Hex73F7F5E32032d45a1a
Octal7771771366206232413232
Binary11111111111111111011110110010011001011010100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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