Html Css Color HEX #094EE0 Navy Blue

📋 copy color: '#094EE0'

red 9 ◦ green 78 ◦ blue 224

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

Shades of Navy Blue #094EE0

Tints of Navy Blue #094EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.03%

R = 2.89%
G = 25.08%
B = 72.03%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#094EE0 (or 0x094EE0) is known color: Navy Blue. HEX triplet: 09, 4E and E0. RGB value is (9,78,224). Sum of RGB (Red+Green+Blue) = 9+78+224=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #094EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EE0 is #F6B11F. Grayscale: #494949. Windows color (decimal): -16167200 or 14700041. OLE color: 14700041.

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

Color convert

RGB 9 78 224 -
CMYK 0.96 0.65 0 0.12
HSL 220.74º 0.92% 0.46% -
HSV(B) 220.74º 0.96% 0.88% -
XYZ 16.29 10.89 71.76 -
YUV 74.01 212.64 81.63 -
System Red Green Blue C M Y K H S L
Decimal 9 78 224 0.96 0.65 0 0.12 220.74 0.92 0.46
Hex 9 4E E0 60 41 0 C DD 5C 2E
Octal 11 116 340 140 101 0 14 335 134 56
Binary 1001 1001110 11100000 1100000 1000001 0 1100 11011101 1011100 101110

Color Harmonies of #094EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EE0

Black with #094EE0

Text Example


Text Example

White with #094EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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