Html Css Color HEX #096AC6 Navy Blue

📋 copy color: '#096AC6'

red 9 ◦ green 106 ◦ blue 198

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

Shades of Navy Blue #096AC6

Tints of Navy Blue #096AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.26%

R = 2.88%
G = 33.87%
B = 63.26%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#096AC6 (or 0x096AC6) is known color: Navy Blue. HEX triplet: 09, 6A and C6. RGB value is (9,106,198). Sum of RGB (Red+Green+Blue) = 9+106+198=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #096AC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096AC6 is #F69539. Grayscale: #575757. Windows color (decimal): -16160058 or 13003273. OLE color: 13003273.

HSL color Cylindrical-coordinate representation of color #096AC6: hue angle of 209.21º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AC6 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 106 198 -
CMYK 0.95 0.46 0 0.22
HSL 209.21º 0.91% 0.41% -
HSV(B) 209.21º 0.95% 0.78% -
XYZ 15.46 14.44 55.4 -
YUV 87.49 190.36 72.02 -
System Red Green Blue C M Y K H S L
Decimal 9 106 198 0.95 0.46 0 0.22 209.21 0.91 0.41
Hex 9 6A C6 5F 2E 0 16 D1 5B 29
Octal 11 152 306 137 56 0 26 321 133 51
Binary 1001 1101010 11000110 1011111 101110 0 10110 11010001 1011011 101001

Color Harmonies of #096AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AC6

Black with #096AC6

Text Example


Text Example

White with #096AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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