Html Css Color HEX #096AD4 Navy Blue

📋 copy color: '#096AD4'

red 9 ◦ green 106 ◦ blue 212

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

Shades of Navy Blue #096AD4

Tints of Navy Blue #096AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 64.83%

R = 2.75%
G = 32.42%
B = 64.83%

CMYK

 C value IS 0.96

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#096AD4 (or 0x096AD4) is known color: Navy Blue. HEX triplet: 09, 6A and D4. RGB value is (9,106,212). Sum of RGB (Red+Green+Blue) = 9+106+212=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #096AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AD4 is #F6952B. Grayscale: #585858. Windows color (decimal): -16160044 or 13920777. OLE color: 13920777.

HSL color Cylindrical-coordinate representation of color #096AD4: hue angle of 211.33º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096AD4 is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 9 106 212 -
CMYK 0.96 0.5 0 0.17
HSL 211.33º 0.92% 0.43% -
HSV(B) 211.33º 0.96% 0.83% -
XYZ 17.15 15.12 64.3 -
YUV 89.08 197.36 70.88 -
System Red Green Blue C M Y K H S L
Decimal 9 106 212 0.96 0.5 0 0.17 211.33 0.92 0.43
Hex 9 6A D4 60 32 0 11 D3 5C 2B
Octal 11 152 324 140 62 0 21 323 134 53
Binary 1001 1101010 11010100 1100000 110010 0 10001 11010011 1011100 101011

Color Harmonies of #096AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AD4

Black with #096AD4

Text Example


Text Example

White with #096AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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