#074E72

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

Shades of Dark Cerulean #074E72

Tints of Dark Cerulean #074E72

Color information

#074E72 (or 0x074E72) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4E and 72. RGB value is (7,78,114). Sum of RGB (Red+Green+Blue) = 7+78+114=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #074E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E72 is #F8B18D. Grayscale: #3C3C3C. Windows color (decimal): -16298382 or 7491079. OLE color: 7491079.

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

Color convert

RGB778114-
CMYK0.940.3200.55
HSL200.19º88.43%23.73%-
HSV(B)200.19º93.86%44.71%-
XYZ5.856.7116.91-
YUV60.87157.9889.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 78 (30.86% from 255) = 39.20%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=3.52%
G=39.20%
B=57.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7781140.940.3200.55200.1988.4323.73
Hex74E725E20037c85818
Octal71161621364006731013030
Binary111100111011100101011110100000011011111001000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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