Html Css Color HEX #094ECE Navy Blue

📋 copy color: '#094ECE'

red 9 ◦ green 78 ◦ blue 206

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

Shades of Navy Blue #094ECE

Tints of Navy Blue #094ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 3.07%
G = 26.62%
B = 70.31%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#094ECE (or 0x094ECE) is known color: Navy Blue. HEX triplet: 09, 4E and CE. RGB value is (9,78,206). Sum of RGB (Red+Green+Blue) = 9+78+206=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #094ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094ECE is #F6B131. Grayscale: #474747. Windows color (decimal): -16167218 or 13520393. OLE color: 13520393.

HSL color Cylindrical-coordinate representation of color #094ECE: hue angle of 218.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094ECE is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 78 206 -
CMYK 0.96 0.62 0 0.19
HSL 218.98º 0.92% 0.42% -
HSV(B) 218.98º 0.96% 0.81% -
XYZ 13.98 9.96 59.58 -
YUV 71.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 9 78 206 0.96 0.62 0 0.19 218.98 0.92 0.42
Hex 9 4E CE 60 3E 0 13 DB 5C 2A
Octal 11 116 316 140 76 0 23 333 134 52
Binary 1001 1001110 11001110 1100000 111110 0 10011 11011011 1011100 101010

Color Harmonies of #094ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ECE

Black with #094ECE

Text Example


Text Example

White with #094ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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