Html Css Color HEX #094EDE Navy Blue

📋 copy color: '#094EDE'

red 9 ◦ green 78 ◦ blue 222

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

Shades of Navy Blue #094EDE

Tints of Navy Blue #094EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.84%

R = 2.91%
G = 25.24%
B = 71.84%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#094EDE (or 0x094EDE) is known color: Navy Blue. HEX triplet: 09, 4E and DE. RGB value is (9,78,222). Sum of RGB (Red+Green+Blue) = 9+78+222=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #094EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EDE is #F6B121. Grayscale: #494949. Windows color (decimal): -16167202 or 14568969. OLE color: 14568969.

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

Color convert

RGB 9 78 222 -
CMYK 0.96 0.65 0 0.13
HSL 220.56º 0.92% 0.45% -
HSV(B) 220.56º 0.96% 0.87% -
XYZ 16.02 10.78 70.34 -
YUV 73.79 211.64 81.79 -
System Red Green Blue C M Y K H S L
Decimal 9 78 222 0.96 0.65 0 0.13 220.56 0.92 0.45
Hex 9 4E DE 60 41 0 D DD 5C 2D
Octal 11 116 336 140 101 0 15 335 134 55
Binary 1001 1001110 11011110 1100000 1000001 0 1101 11011101 1011100 101101

Color Harmonies of #094EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EDE

Black with #094EDE

Text Example


Text Example

White with #094EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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