Html Css Color HEX #094EE3 Navy Blue

📋 copy color: '#094EE3'

red 9 ◦ green 78 ◦ blue 227

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

Shades of Navy Blue #094EE3

Tints of Navy Blue #094EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 72.29%

R = 2.87%
G = 24.84%
B = 72.29%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#094EE3 (or 0x094EE3) is known color: Navy Blue. HEX triplet: 09, 4E and E3. RGB value is (9,78,227). Sum of RGB (Red+Green+Blue) = 9+78+227=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 227 (89.06% from 255 or 72.29% from 314); Max value from RGB is 227 - color contains mainly: blue. Hex color #094EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EE3 is #F6B11C. Grayscale: #494949. Windows color (decimal): -16167197 or 14896649. OLE color: 14896649.

HSL color Cylindrical-coordinate representation of color #094EE3: hue angle of 221.01º 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 #094EE3 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 78 227 -
CMYK 0.96 0.66 0 0.11
HSL 221.01º 0.92% 0.46% -
HSV(B) 221.01º 0.96% 0.89% -
XYZ 16.7 11.05 73.93 -
YUV 74.36 214.14 81.38 -
System Red Green Blue C M Y K H S L
Decimal 9 78 227 0.96 0.66 0 0.11 221.01 0.92 0.46
Hex 9 4E E3 60 42 0 B DD 5C 2E
Octal 11 116 343 140 102 0 13 335 134 56
Binary 1001 1001110 11100011 1100000 1000010 0 1011 11011101 1011100 101110

Color Harmonies of #094EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EE3

Black with #094EE3

Text Example


Text Example

White with #094EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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