Html Css Color HEX #094DD0 Navy Blue

📋 copy color: '#094DD0'

red 9 ◦ green 77 ◦ blue 208

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

Shades of Navy Blue #094DD0

Tints of Navy Blue #094DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.75%

R = 3.06%
G = 26.19%
B = 70.75%

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

#094DD0 (or 0x094DD0) is known color: Navy Blue. HEX triplet: 09, 4D and D0. RGB value is (9,77,208). Sum of RGB (Red+Green+Blue) = 9+77+208=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 208 (81.64% from 255 or 70.75% from 294); Max value from RGB is 208 - color contains mainly: blue. Hex color #094DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DD0 is #F6B22F. Grayscale: #474747. Windows color (decimal): -16167472 or 13651209. OLE color: 13651209.

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

Color convert

RGB 9 77 208 -
CMYK 0.96 0.63 0 0.18
HSL 219.5º 0.92% 0.43% -
HSV(B) 219.5º 0.96% 0.82% -
XYZ 14.15 9.92 60.84 -
YUV 71.6 204.97 83.35 -
System Red Green Blue C M Y K H S L
Decimal 9 77 208 0.96 0.63 0 0.18 219.5 0.92 0.43
Hex 9 4D D0 60 3F 0 12 DB 5C 2B
Octal 11 115 320 140 77 0 22 333 134 53
Binary 1001 1001101 11010000 1100000 111111 0 10010 11011011 1011100 101011

Color Harmonies of #094DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DD0

Black with #094DD0

Text Example


Text Example

White with #094DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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