Html Css Color HEX #094EE8 Navy Blue

📋 copy color: '#094EE8'

red 9 ◦ green 78 ◦ blue 232

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

Shades of Navy Blue #094EE8

Tints of Navy Blue #094EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 72.73%

R = 2.82%
G = 24.45%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#094EE8 (or 0x094EE8) is known color: Navy Blue. HEX triplet: 09, 4E and E8. RGB value is (9,78,232). Sum of RGB (Red+Green+Blue) = 9+78+232=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 232 (91.02% from 255 or 72.73% from 319); Max value from RGB is 232 - color contains mainly: blue. Hex color #094EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EE8 is #F6B117. Grayscale: #4A4A4A. Windows color (decimal): -16167192 or 15224329. OLE color: 15224329.

HSL color Cylindrical-coordinate representation of color #094EE8: hue angle of 221.43º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094EE8 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 78 232 -
CMYK 0.96 0.66 0 0.09
HSL 221.44º 0.93% 0.47% -
HSV(B) 221.44º 0.96% 0.91% -
XYZ 17.4 11.33 77.61 -
YUV 74.93 216.64 80.98 -
System Red Green Blue C M Y K H S L
Decimal 9 78 232 0.96 0.66 0 0.09 221.44 0.93 0.47
Hex 9 4E E8 60 42 0 9 DD 5D 2F
Octal 11 116 350 140 102 0 11 335 135 57
Binary 1001 1001110 11101000 1100000 1000010 0 1001 11011101 1011101 101111

Color Harmonies of #094EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EE8

Black with #094EE8

Text Example


Text Example

White with #094EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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