Html Css Color HEX #096BD6 Navy Blue

📋 copy color: '#096BD6'

red 9 ◦ green 107 ◦ blue 214

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

Shades of Navy Blue #096BD6

Tints of Navy Blue #096BD6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

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

R = 2.73%
G = 32.42%
B = 64.85%

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

#096BD6 (or 0x096BD6) is known color: Navy Blue. HEX triplet: 09, 6B and D6. RGB value is (9,107,214). Sum of RGB (Red+Green+Blue) = 9+107+214=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 214 (83.98% from 255 or 64.85% from 330); Max value from RGB is 214 - color contains mainly: blue. Hex color #096BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BD6 is #F69429. Grayscale: #595959. Windows color (decimal): -16159786 or 14052105. OLE color: 14052105.

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

Color convert

RGB 9 107 214 -
CMYK 0.96 0.50 0 0.16
HSL 211.32º 0.92% 0.44% -
HSV(B) 211.32º 0.96% 0.84% -
XYZ 17.51 15.43 65.67 -
YUV 89.9 198.03 70.3 -
System Red Green Blue C M Y K H S L
Decimal 9 107 214 0.96 0.50 0 0.16 211.32 0.92 0.44
Hex 9 6B D6 60 32 0 10 D3 5C 2C
Octal 11 153 326 140 62 0 20 323 134 54
Binary 1001 1101011 11010110 1100000 110010 0 10000 11010011 1011100 101100

Color Harmonies of #096BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BD6

Black with #096BD6

Text Example


Text Example

White with #096BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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