Html Css Color HEX #094DDA Navy Blue

📋 copy color: '#094DDA'

red 9 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #094DDA

Tints of Navy Blue #094DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.71%

R = 2.96%
G = 25.33%
B = 71.71%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#094DDA (or 0x094DDA) is known color: Navy Blue. HEX triplet: 09, 4D and DA. RGB value is (9,77,218). Sum of RGB (Red+Green+Blue) = 9+77+218=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #094DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DDA is #F6B225. Grayscale: #484848. Windows color (decimal): -16167462 or 14306569. OLE color: 14306569.

HSL color Cylindrical-coordinate representation of color #094DDA: hue angle of 220.48º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094DDA is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 77 218 -
CMYK 0.96 0.65 0 0.15
HSL 220.48º 0.92% 0.45% -
HSV(B) 220.48º 0.96% 0.85% -
XYZ 15.42 10.43 67.53 -
YUV 72.74 209.97 82.54 -
System Red Green Blue C M Y K H S L
Decimal 9 77 218 0.96 0.65 0 0.15 220.48 0.92 0.45
Hex 9 4D DA 60 41 0 F DC 5C 2D
Octal 11 115 332 140 101 0 17 334 134 55
Binary 1001 1001101 11011010 1100000 1000001 0 1111 11011100 1011100 101101

Color Harmonies of #094DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094DDA

Black with #094DDA

Text Example


Text Example

White with #094DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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