Html Css Color HEX #096BC7 Navy Blue

📋 copy color: '#096BC7'

red 9 ◦ green 107 ◦ blue 199

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

Shades of Navy Blue #096BC7

Tints of Navy Blue #096BC7

RGB

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

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

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

R = 2.86%
G = 33.97%
B = 63.17%

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

#096BC7 (or 0x096BC7) is known color: Navy Blue. HEX triplet: 09, 6B and C7. RGB value is (9,107,199). Sum of RGB (Red+Green+Blue) = 9+107+199=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 199 (78.12% from 255 or 63.17% from 315); Max value from RGB is 199 - color contains mainly: blue. Hex color #096BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BC7 is #F69438. Grayscale: #575757. Windows color (decimal): -16159801 or 13069065. OLE color: 13069065.

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

Color convert

RGB 9 107 199 -
CMYK 0.95 0.46 0 0.22
HSL 209.05º 0.91% 0.41% -
HSV(B) 209.05º 0.95% 0.78% -
XYZ 15.68 14.7 56.04 -
YUV 88.19 190.53 71.52 -
System Red Green Blue C M Y K H S L
Decimal 9 107 199 0.95 0.46 0 0.22 209.05 0.91 0.41
Hex 9 6B C7 5F 2E 0 16 D1 5B 29
Octal 11 153 307 137 56 0 26 321 133 51
Binary 1001 1101011 11000111 1011111 101110 0 10110 11010001 1011011 101001

Color Harmonies of #096BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BC7

Black with #096BC7

Text Example


Text Example

White with #096BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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