#074F73

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

Shades of Dark Cerulean #074F73

Tints of Dark Cerulean #074F73

Color information

#074F73 (or 0x074F73) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4F and 73. RGB value is (7,79,115). Sum of RGB (Red+Green+Blue) = 7+79+115=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #074F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F73 is #F8B08C. Grayscale: #3D3D3D. Windows color (decimal): -16298125 or 7556871. OLE color: 7556871.

HSL color Cylindrical-coordinate representation of color #074F73: hue angle of 200º degrees, saturation: 0.89, 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 #074F73 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB779115-
CMYK0.940.3100.55
HSL200º88.52%23.92%-
HSV(B)200º93.91%45.1%-
XYZ5.986.8717.23-
YUV61.58158.1589.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=3.48%
G=39.30%
B=57.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7791150.940.3100.5520088.5223.92
Hex74F735E1F037c85918
Octal71171631363706731013130
Binary11110011111110011101111011111011011111001000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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