#074f7f

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

Shades of Dark Cerulean #074F7F

Tints of Dark Cerulean #074F7F

Color information

#074F7F (or 0x074F7F) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4F and 7F. RGB value is (7,79,127). Sum of RGB (Red+Green+Blue) = 7+79+127=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #074F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F7F is #F8B080. Grayscale: #3E3E3E. Windows color (decimal): -16298113 or 8343303. OLE color: 8343303.

HSL color Cylindrical-coordinate representation of color #074F7F: hue angle of 204º 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 #074F7F is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB779127-
CMYK0.940.3800.50
HSL204º89.55%26.27%-
HSV(B)204º94.49%49.8%-
XYZ6.717.1721.11-
YUV62.94164.1588.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 127 (50% from 255) = 59.62%
R=3.29%
G=37.09%
B=59.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7791270.940.3800.5020489.5526.27
Hex74F7F5E26032cc5a1a
Octal71171771364606231413232
Binary111100111111111111011110100110011001011001100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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