Html Css Color HEX #094EE2 Navy Blue

📋 copy color: '#094EE2'

red 9 ◦ green 78 ◦ blue 226

#094EE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #094EE2

Tints of Navy Blue #094EE2

RGB

 RED value IS 9 (3.91% from 255) = 2.88%

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 226 (88.67% from 255) = 72.2%

R = 2.88%
G = 24.92%
B = 72.2%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#094EE2 (or 0x094EE2) is known color: Navy Blue. HEX triplet: 09, 4E and E2. RGB value is (9,78,226). Sum of RGB (Red+Green+Blue) = 9+78+226=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 226 (88.67% from 255 or 72.20% from 313); Max value from RGB is 226 - color contains mainly: blue. Hex color #094EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EE2 is #F6B11D. Grayscale: #494949. Windows color (decimal): -16167198 or 14831113. OLE color: 14831113.

HSL color Cylindrical-coordinate representation of color #094EE2: hue angle of 220.92º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094EE2 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 78 226 -
CMYK 0.96 0.65 0 0.11
HSL 220.92º 0.92% 0.46% -
HSV(B) 220.92º 0.96% 0.89% -
XYZ 16.56 11 73.2 -
YUV 74.24 213.64 81.47 -
System Red Green Blue C M Y K H S L
Decimal 9 78 226 0.96 0.65 0 0.11 220.92 0.92 0.46
Hex 9 4E E2 60 41 0 B DD 5C 2E
Octal 11 116 342 140 101 0 13 335 134 56
Binary 1001 1001110 11100010 1100000 1000001 0 1011 11011101 1011100 101110

Color Harmonies of #094EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EE2

Black with #094EE2

Text Example


Text Example

White with #094EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,78,226); }

 H1.HeaderClassName
 {
   color: #094EE2;
 }
 .AnyTagClassName
 {
   color: #094EE2;
 }
</style>

background-color css

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

 a { background-color: rgb(9,78,226); }

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

border-color css

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

 span { border-color: rgb(9,78,226); }

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