#074E79

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

Shades of Dark Cerulean #074E79

Tints of Dark Cerulean #074E79

Color information

#074E79 (or 0x074E79) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4E and 79. RGB value is (7,78,121). Sum of RGB (Red+Green+Blue) = 7+78+121=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #074E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E79 is #F8B186. Grayscale: #3D3D3D. Windows color (decimal): -16298375 or 7949831. OLE color: 7949831.

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

Color convert

RGB778121-
CMYK0.940.3600.53
HSL202.63º89.06%25.1%-
HSV(B)202.63º94.21%47.45%-
XYZ6.266.8719.09-
YUV61.67161.4889-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 121 (47.66% from 255) = 58.74%
R=3.40%
G=37.86%
B=58.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7781210.940.3600.53202.6389.0625.1
Hex74E795E24035cb5919
Octal71161711364406531313131
Binary111100111011110011011110100100011010111001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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