#074E92

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

Shades of Dark Cerulean #074E92

Tints of Dark Cerulean #074E92

Color information

#074E92 (or 0x074E92) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4E and 92. RGB value is (7,78,146). Sum of RGB (Red+Green+Blue) = 7+78+146=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #074E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074E92 is #F8B16D. Grayscale: #404040. Windows color (decimal): -16298350 or 9588231. OLE color: 9588231.

HSL color Cylindrical-coordinate representation of color #074E92: hue angle of 209.35º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074E92 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB778146-
CMYK0.950.4700.43
HSL209.35º90.85%30%-
HSV(B)209.35º95.21%57.25%-
XYZ87.5728.23-
YUV64.52173.9886.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.03%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=3.03%
G=33.77%
B=63.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7781460.950.4700.43209.3590.8530
Hex74E925F2F02Bd15b1e
Octal71162221375705332113336
Binary1111001110100100101011111101111010101111010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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