Html Css Color HEX #094EEA Navy Blue

📋 copy color: '#094EEA'

red 9 ◦ green 78 ◦ blue 234

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

Shades of Navy Blue #094EEA

Tints of Navy Blue #094EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72.9%

R = 2.8%
G = 24.3%
B = 72.9%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#094EEA (or 0x094EEA) is known color: Navy Blue. HEX triplet: 09, 4E and EA. RGB value is (9,78,234). Sum of RGB (Red+Green+Blue) = 9+78+234=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #094EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EEA is #F6B115. Grayscale: #4A4A4A. Windows color (decimal): -16167190 or 15355401. OLE color: 15355401.

HSL color Cylindrical-coordinate representation of color #094EEA: hue angle of 221.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094EEA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 78 234 -
CMYK 0.96 0.67 0 0.08
HSL 221.6º 0.93% 0.48% -
HSV(B) 221.6º 0.96% 0.92% -
XYZ 17.69 11.45 79.12 -
YUV 75.15 217.64 80.82 -
System Red Green Blue C M Y K H S L
Decimal 9 78 234 0.96 0.67 0 0.08 221.6 0.93 0.48
Hex 9 4E EA 60 43 0 8 DE 5D 30
Octal 11 116 352 140 103 0 10 336 135 60
Binary 1001 1001110 11101010 1100000 1000011 0 1000 11011110 1011101 110000

Color Harmonies of #094EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EEA

Black with #094EEA

Text Example


Text Example

White with #094EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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