Html Css Color HEX #096BC9 Navy Blue

📋 copy color: '#096BC9'

red 9 ◦ green 107 ◦ blue 201

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

Shades of Navy Blue #096BC9

Tints of Navy Blue #096BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 63.41%

R = 2.84%
G = 33.75%
B = 63.41%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#096BC9 (or 0x096BC9) is known color: Navy Blue. HEX triplet: 09, 6B and C9. RGB value is (9,107,201). Sum of RGB (Red+Green+Blue) = 9+107+201=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 201 (78.91% from 255 or 63.41% from 317); Max value from RGB is 201 - color contains mainly: blue. Hex color #096BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BC9 is #F69436. Grayscale: #575757. Windows color (decimal): -16159799 or 13200137. OLE color: 13200137.

HSL color Cylindrical-coordinate representation of color #096BC9: hue angle of 209.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BC9 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 107 201 -
CMYK 0.96 0.47 0 0.21
HSL 209.38º 0.91% 0.41% -
HSV(B) 209.38º 0.96% 0.79% -
XYZ 15.91 14.79 57.27 -
YUV 88.41 191.53 71.36 -
System Red Green Blue C M Y K H S L
Decimal 9 107 201 0.96 0.47 0 0.21 209.38 0.91 0.41
Hex 9 6B C9 60 2F 0 15 D1 5B 29
Octal 11 153 311 140 57 0 25 321 133 51
Binary 1001 1101011 11001001 1100000 101111 0 10101 11010001 1011011 101001

Color Harmonies of #096BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BC9

Black with #096BC9

Text Example


Text Example

White with #096BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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