#074E76

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

Shades of Dark Cerulean #074E76

Tints of Dark Cerulean #074E76

Color information

#074E76 (or 0x074E76) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4E and 76. RGB value is (7,78,118). Sum of RGB (Red+Green+Blue) = 7+78+118=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #074E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E76 is #F8B189. Grayscale: #3D3D3D. Windows color (decimal): -16298378 or 7753223. OLE color: 7753223.

HSL color Cylindrical-coordinate representation of color #074E76: hue angle of 201.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074E76 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB778118-
CMYK0.940.3400.54
HSL201.62º88.8%24.51%-
HSV(B)201.62º94.07%46.27%-
XYZ6.086.818.13-
YUV61.33159.9889.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 78 (30.86% from 255) = 38.42%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=3.45%
G=38.42%
B=58.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7781180.940.3400.54201.6288.824.51
Hex74E765E22036ca5919
Octal71161661364206631213131
Binary111100111011101101011110100010011011011001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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