#094CEA

Color #094CEA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #094CEA

Tints of Navy Blue #094CEA

Color information

#094CEA (or 0x094CEA) is unknown color: approx Navy Blue. HEX triplet: 09, 4C and EA. RGB value is (9,76,234). Sum of RGB (Red+Green+Blue) = 9+76+234=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #094CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #094CEA is #F6B315. Grayscale: #494949. Windows color (decimal): -16167702 or 15354889. OLE color: 15354889.

HSL color Cylindrical-coordinate representation of color #094CEA: hue angle of 222.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094CEA is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB976234-
CMYK0.960.6800.08
HSL222.13º92.59%47.65%-
HSV(B)222.13º96.15%91.76%-
XYZ17.5511.1779.07-
YUV73.98218.381.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.82%
GREEN value IS 76 (30.08% from 255) = 23.82%
BLUE value IS 234 (91.80% from 255) = 73.35%
R=2.82%
G=23.82%
B=73.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9762340.960.6800.08222.1392.5947.65
Hex94CEA604408de5d30
Octal1111435214010401033613560
Binary10011001100111010101100000100010001000110111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094CEA; }

 p { color: rgb(9,76,234); }

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

<style>
 a { background-color: #094CEA; }

 a { background-color: rgb(9,76,234); }

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

<style>
 span { border-color: #094CEA; }

 span { border-color: rgb(9,76,234); }

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