Html Css Color HEX #096BC6 Navy Blue

📋 copy color: '#096BC6'

red 9 ◦ green 107 ◦ blue 198

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

Shades of Navy Blue #096BC6

Tints of Navy Blue #096BC6

RGB

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

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

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

R = 2.87%
G = 34.08%
B = 63.06%

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

#096BC6 (or 0x096BC6) is known color: Navy Blue. HEX triplet: 09, 6B and C6. RGB value is (9,107,198). Sum of RGB (Red+Green+Blue) = 9+107+198=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #096BC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BC6 is #F69439. Grayscale: #575757. Windows color (decimal): -16159802 or 13003529. OLE color: 13003529.

HSL color Cylindrical-coordinate representation of color #096BC6: hue angle of 208.89º 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 #096BC6 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 107 198 -
CMYK 0.95 0.46 0 0.22
HSL 208.89º 0.91% 0.41% -
HSV(B) 208.89º 0.95% 0.78% -
XYZ 15.56 14.65 55.43 -
YUV 88.07 190.03 71.6 -
System Red Green Blue C M Y K H S L
Decimal 9 107 198 0.95 0.46 0 0.22 208.89 0.91 0.41
Hex 9 6B C6 5F 2E 0 16 D1 5B 29
Octal 11 153 306 137 56 0 26 321 133 51
Binary 1001 1101011 11000110 1011111 101110 0 10110 11010001 1011011 101001

Color Harmonies of #096BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BC6

Black with #096BC6

Text Example


Text Example

White with #096BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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