Html Css Color HEX #096BCB Navy Blue

📋 copy color: '#096BCB'

red 9 ◦ green 107 ◦ blue 203

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

Shades of Navy Blue #096BCB

Tints of Navy Blue #096BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 2.82%
G = 33.54%
B = 63.64%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#096BCB (or 0x096BCB) is known color: Navy Blue. HEX triplet: 09, 6B and CB. RGB value is (9,107,203). Sum of RGB (Red+Green+Blue) = 9+107+203=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #096BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BCB is #F69434. Grayscale: #585858. Windows color (decimal): -16159797 or 13331209. OLE color: 13331209.

HSL color Cylindrical-coordinate representation of color #096BCB: hue angle of 209.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BCB is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 107 203 -
CMYK 0.96 0.47 0 0.20
HSL 209.69º 0.92% 0.42% -
HSV(B) 209.69º 0.96% 0.8% -
XYZ 16.15 14.89 58.52 -
YUV 88.64 192.53 71.19 -
System Red Green Blue C M Y K H S L
Decimal 9 107 203 0.96 0.47 0 0.20 209.69 0.92 0.42
Hex 9 6B CB 60 2F 0 14 D2 5C 2A
Octal 11 153 313 140 57 0 24 322 134 52
Binary 1001 1101011 11001011 1100000 101111 0 10100 11010010 1011100 101010

Color Harmonies of #096BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BCB

Black with #096BCB

Text Example


Text Example

White with #096BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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