Html Css Color HEX #096AD6 Navy Blue

📋 copy color: '#096AD6'

red 9 ◦ green 106 ◦ blue 214

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

Shades of Navy Blue #096AD6

Tints of Navy Blue #096AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.22%

 BLUE value IS 214 (83.98% from 255) = 65.05%

R = 2.74%
G = 32.22%
B = 65.05%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#096AD6 (or 0x096AD6) is known color: Navy Blue. HEX triplet: 09, 6A and D6. RGB value is (9,106,214). Sum of RGB (Red+Green+Blue) = 9+106+214=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 214 (83.98% from 255 or 65.05% from 329); Max value from RGB is 214 - color contains mainly: blue. Hex color #096AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AD6 is #F69529. Grayscale: #585858. Windows color (decimal): -16160042 or 14051849. OLE color: 14051849.

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

Color convert

RGB 9 106 214 -
CMYK 0.96 0.50 0 0.16
HSL 211.61º 0.92% 0.44% -
HSV(B) 211.61º 0.96% 0.84% -
XYZ 17.4 15.22 65.64 -
YUV 89.31 198.36 70.72 -
System Red Green Blue C M Y K H S L
Decimal 9 106 214 0.96 0.50 0 0.16 211.61 0.92 0.44
Hex 9 6A D6 60 32 0 10 D4 5C 2C
Octal 11 152 326 140 62 0 20 324 134 54
Binary 1001 1101010 11010110 1100000 110010 0 10000 11010100 1011100 101100

Color Harmonies of #096AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AD6

Black with #096AD6

Text Example


Text Example

White with #096AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,214); }

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

background-color css

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

 a { background-color: rgb(9,106,214); }

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

border-color css

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

 span { border-color: rgb(9,106,214); }

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