Html Css Color HEX #096CC7 Navy Blue

📋 copy color: '#096CC7'

red 9 ◦ green 108 ◦ blue 199

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

Shades of Navy Blue #096CC7

Tints of Navy Blue #096CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.18%

 BLUE value IS 199 (78.13% from 255) = 62.97%

R = 2.85%
G = 34.18%
B = 62.97%

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

#096CC7 (or 0x096CC7) is known color: Navy Blue. HEX triplet: 09, 6C and C7. RGB value is (9,108,199). Sum of RGB (Red+Green+Blue) = 9+108+199=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 199 (78.12% from 255 or 62.97% from 316); Max value from RGB is 199 - color contains mainly: blue. Hex color #096CC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096CC7 is #F69338. Grayscale: #585858. Windows color (decimal): -16159545 or 13069321. OLE color: 13069321.

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

Color convert

RGB 9 108 199 -
CMYK 0.95 0.46 0 0.22
HSL 208.74º 0.91% 0.41% -
HSV(B) 208.74º 0.95% 0.78% -
XYZ 15.78 14.91 56.08 -
YUV 88.77 190.2 71.1 -
System Red Green Blue C M Y K H S L
Decimal 9 108 199 0.95 0.46 0 0.22 208.74 0.91 0.41
Hex 9 6C C7 5F 2E 0 16 D1 5B 29
Octal 11 154 307 137 56 0 26 321 133 51
Binary 1001 1101100 11000111 1011111 101110 0 10110 11010001 1011011 101001

Color Harmonies of #096CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CC7

Black with #096CC7

Text Example


Text Example

White with #096CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,199); }

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

background-color css

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

 a { background-color: rgb(9,108,199); }

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

border-color css

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

 span { border-color: rgb(9,108,199); }

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