Html Css Color HEX #094ED2 Navy Blue

📋 copy color: '#094ED2'

red 9 ◦ green 78 ◦ blue 210

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

Shades of Navy Blue #094ED2

Tints of Navy Blue #094ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 70.71%

R = 3.03%
G = 26.26%
B = 70.71%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#094ED2 (or 0x094ED2) is known color: Navy Blue. HEX triplet: 09, 4E and D2. RGB value is (9,78,210). Sum of RGB (Red+Green+Blue) = 9+78+210=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 210 (82.42% from 255 or 70.71% from 297); Max value from RGB is 210 - color contains mainly: blue. Hex color #094ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094ED2 is #F6B12D. Grayscale: #474747. Windows color (decimal): -16167214 or 13782537. OLE color: 13782537.

HSL color Cylindrical-coordinate representation of color #094ED2: hue angle of 219.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094ED2 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 9 78 210 -
CMYK 0.96 0.63 0 0.18
HSL 219.4º 0.92% 0.43% -
HSV(B) 219.4º 0.96% 0.82% -
XYZ 14.47 10.16 62.17 -
YUV 72.42 205.64 82.77 -
System Red Green Blue C M Y K H S L
Decimal 9 78 210 0.96 0.63 0 0.18 219.4 0.92 0.43
Hex 9 4E D2 60 3F 0 12 DB 5C 2B
Octal 11 116 322 140 77 0 22 333 134 53
Binary 1001 1001110 11010010 1100000 111111 0 10010 11011011 1011100 101011

Color Harmonies of #094ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ED2

Black with #094ED2

Text Example


Text Example

White with #094ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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