Html Css Color HEX #096DC6 Navy Blue

📋 copy color: '#096DC6'

red 9 ◦ green 109 ◦ blue 198

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

Shades of Navy Blue #096DC6

Tints of Navy Blue #096DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 2.85%
G = 34.49%
B = 62.66%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#096DC6 (or 0x096DC6) is known color: Navy Blue. HEX triplet: 09, 6D and C6. RGB value is (9,109,198). Sum of RGB (Red+Green+Blue) = 9+109+198=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 198 (77.73% from 255 or 62.66% from 316); Max value from RGB is 198 - color contains mainly: blue. Hex color #096DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DC6 is #F69239. Grayscale: #585858. Windows color (decimal): -16159290 or 13004041. OLE color: 13004041.

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

Color convert

RGB 9 109 198 -
CMYK 0.95 0.45 0 0.22
HSL 208.25º 0.91% 0.41% -
HSV(B) 208.25º 0.95% 0.78% -
XYZ 15.77 15.07 55.5 -
YUV 89.25 189.37 70.76 -
System Red Green Blue C M Y K H S L
Decimal 9 109 198 0.95 0.45 0 0.22 208.25 0.91 0.41
Hex 9 6D C6 5F 2D 0 16 D0 5B 29
Octal 11 155 306 137 55 0 26 320 133 51
Binary 1001 1101101 11000110 1011111 101101 0 10110 11010000 1011011 101001

Color Harmonies of #096DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DC6

Black with #096DC6

Text Example


Text Example

White with #096DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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