Html Css Color HEX #094DDF Navy Blue

📋 copy color: '#094DDF'

red 9 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #094DDF

Tints of Navy Blue #094DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

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

R = 2.91%
G = 24.92%
B = 72.17%

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

#094DDF (or 0x094DDF) is known color: Navy Blue. HEX triplet: 09, 4D and DF. RGB value is (9,77,223). Sum of RGB (Red+Green+Blue) = 9+77+223=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #094DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DDF is #F6B220. Grayscale: #484848. Windows color (decimal): -16167457 or 14634249. OLE color: 14634249.

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

Color convert

RGB 9 77 223 -
CMYK 0.96 0.65 0 0.13
HSL 220.93º 0.92% 0.45% -
HSV(B) 220.93º 0.96% 0.87% -
XYZ 16.09 10.69 71.03 -
YUV 73.31 212.47 82.13 -
System Red Green Blue C M Y K H S L
Decimal 9 77 223 0.96 0.65 0 0.13 220.93 0.92 0.45
Hex 9 4D DF 60 41 0 D DD 5C 2D
Octal 11 115 337 140 101 0 15 335 134 55
Binary 1001 1001101 11011111 1100000 1000001 0 1101 11011101 1011100 101101

Color Harmonies of #094DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DDF

Black with #094DDF

Text Example


Text Example

White with #094DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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