Html Css Color HEX #096DD9 Navy Blue

📋 copy color: '#096DD9'

red 9 ◦ green 109 ◦ blue 217

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

Shades of Navy Blue #096DD9

Tints of Navy Blue #096DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 217 (85.16% from 255) = 64.78%

R = 2.69%
G = 32.54%
B = 64.78%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#096DD9 (or 0x096DD9) is known color: Navy Blue. HEX triplet: 09, 6D and D9. RGB value is (9,109,217). Sum of RGB (Red+Green+Blue) = 9+109+217=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #096DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DD9 is #F69226. Grayscale: #5A5A5A. Windows color (decimal): -16159271 or 14249225. OLE color: 14249225.

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

Color convert

RGB 9 109 217 -
CMYK 0.96 0.50 0 0.15
HSL 211.15º 0.92% 0.44% -
HSV(B) 211.15º 0.96% 0.85% -
XYZ 18.11 16.01 67.78 -
YUV 91.41 198.87 69.22 -
System Red Green Blue C M Y K H S L
Decimal 9 109 217 0.96 0.50 0 0.15 211.15 0.92 0.44
Hex 9 6D D9 60 32 0 F D3 5C 2C
Octal 11 155 331 140 62 0 17 323 134 54
Binary 1001 1101101 11011001 1100000 110010 0 1111 11010011 1011100 101100

Color Harmonies of #096DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DD9

Black with #096DD9

Text Example


Text Example

White with #096DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096DD9; }

 p { color: rgb(9,109,217); }

 H1.HeaderClassName
 {
   color: #096DD9;
 }
 .AnyTagClassName
 {
   color: #096DD9;
 }
</style>

background-color css

<style>
 a { background-color: #096DD9; }

 a { background-color: rgb(9,109,217); }

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

border-color css

<style>
 span { border-color: #096DD9; }

 span { border-color: rgb(9,109,217); }

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