#074E8E

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

Shades of Dark Cerulean #074E8E

Tints of Dark Cerulean #074E8E

Color information

#074E8E (or 0x074E8E) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4E and 8E. RGB value is (7,78,142). Sum of RGB (Red+Green+Blue) = 7+78+142=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #074E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074E8E is #F8B171. Grayscale: #3F3F3F. Windows color (decimal): -16298354 or 9326087. OLE color: 9326087.

HSL color Cylindrical-coordinate representation of color #074E8E: hue angle of 208.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074E8E is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB778142-
CMYK0.950.4500.44
HSL208.44º90.6%29.22%-
HSV(B)208.44º95.07%55.69%-
XYZ7.697.4526.62-
YUV64.07171.9887.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 142 (55.86% from 255) = 62.56%
R=3.08%
G=34.36%
B=62.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7781420.950.4500.44208.4490.629.22
Hex74E8E5F2D02Cd05b1d
Octal71162161375505432013335
Binary1111001110100011101011111101101010110011010000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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