Html Css Color HEX #094EDF Navy Blue

📋 copy color: '#094EDF'

red 9 ◦ green 78 ◦ blue 223

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

Shades of Navy Blue #094EDF

Tints of Navy Blue #094EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 2.9%
G = 25.16%
B = 71.94%

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

#094EDF (or 0x094EDF) is known color: Navy Blue. HEX triplet: 09, 4E and DF. RGB value is (9,78,223). Sum of RGB (Red+Green+Blue) = 9+78+223=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #094EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EDF is #F6B120. Grayscale: #494949. Windows color (decimal): -16167201 or 14634505. OLE color: 14634505.

HSL color Cylindrical-coordinate representation of color #094EDF: hue angle of 220.65º 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 #094EDF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 78 223 -
CMYK 0.96 0.65 0 0.13
HSL 220.65º 0.92% 0.45% -
HSV(B) 220.65º 0.96% 0.87% -
XYZ 16.16 10.83 71.05 -
YUV 73.9 212.14 81.71 -
System Red Green Blue C M Y K H S L
Decimal 9 78 223 0.96 0.65 0 0.13 220.65 0.92 0.45
Hex 9 4E DF 60 41 0 D DD 5C 2D
Octal 11 116 337 140 101 0 15 335 134 55
Binary 1001 1001110 11011111 1100000 1000001 0 1101 11011101 1011100 101101

Color Harmonies of #094EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EDF

Black with #094EDF

Text Example


Text Example

White with #094EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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