Html Css Color HEX #094EEC Navy Blue

📋 copy color: '#094EEC'

red 9 ◦ green 78 ◦ blue 236

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

Shades of Navy Blue #094EEC

Tints of Navy Blue #094EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.07%

R = 2.79%
G = 24.15%
B = 73.07%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#094EEC (or 0x094EEC) is known color: Navy Blue. HEX triplet: 09, 4E and EC. RGB value is (9,78,236). Sum of RGB (Red+Green+Blue) = 9+78+236=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #094EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #094EEC is #F6B113. Grayscale: #4A4A4A. Windows color (decimal): -16167188 or 15486473. OLE color: 15486473.

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

Color convert

RGB 9 78 236 -
CMYK 0.96 0.67 0 0.07
HSL 221.76º 0.93% 0.48% -
HSV(B) 221.76º 0.96% 0.93% -
XYZ 17.98 11.56 80.64 -
YUV 75.38 218.64 80.65 -
System Red Green Blue C M Y K H S L
Decimal 9 78 236 0.96 0.67 0 0.07 221.76 0.93 0.48
Hex 9 4E EC 60 43 0 7 DE 5D 30
Octal 11 116 354 140 103 0 7 336 135 60
Binary 1001 1001110 11101100 1100000 1000011 0 111 11011110 1011101 110000

Color Harmonies of #094EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EEC

Black with #094EEC

Text Example


Text Example

White with #094EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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