Html Css Color HEX #096AD1 Navy Blue

📋 copy color: '#096AD1'

red 9 ◦ green 106 ◦ blue 209

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

Shades of Navy Blue #096AD1

Tints of Navy Blue #096AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 64.51%

R = 2.78%
G = 32.72%
B = 64.51%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#096AD1 (or 0x096AD1) is known color: Navy Blue. HEX triplet: 09, 6A and D1. RGB value is (9,106,209). Sum of RGB (Red+Green+Blue) = 9+106+209=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #096AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AD1 is #F6952E. Grayscale: #585858. Windows color (decimal): -16160047 or 13724169. OLE color: 13724169.

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

Color convert

RGB 9 106 209 -
CMYK 0.96 0.49 0 0.18
HSL 210.9º 0.92% 0.43% -
HSV(B) 210.9º 0.96% 0.82% -
XYZ 16.78 14.97 62.33 -
YUV 88.74 195.86 71.12 -
System Red Green Blue C M Y K H S L
Decimal 9 106 209 0.96 0.49 0 0.18 210.9 0.92 0.43
Hex 9 6A D1 60 31 0 12 D3 5C 2B
Octal 11 152 321 140 61 0 22 323 134 53
Binary 1001 1101010 11010001 1100000 110001 0 10010 11010011 1011100 101011

Color Harmonies of #096AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AD1

Black with #096AD1

Text Example


Text Example

White with #096AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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