Html Css Color HEX #096ABF Navy Blue

📋 copy color: '#096ABF'

red 9 ◦ green 106 ◦ blue 191

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

Shades of Navy Blue #096ABF

Tints of Navy Blue #096ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.64%

 BLUE value IS 191 (75% from 255) = 62.42%

R = 2.94%
G = 34.64%
B = 62.42%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#096ABF (or 0x096ABF) is known color: Navy Blue. HEX triplet: 09, 6A and BF. RGB value is (9,106,191). Sum of RGB (Red+Green+Blue) = 9+106+191=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #096ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ABF is #F69540. Grayscale: #565656. Windows color (decimal): -16160065 or 12544521. OLE color: 12544521.

HSL color Cylindrical-coordinate representation of color #096ABF: hue angle of 208.02º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096ABF is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 106 191 -
CMYK 0.95 0.45 0 0.25
HSL 208.02º 0.91% 0.39% -
HSV(B) 208.02º 0.95% 0.75% -
XYZ 14.67 14.13 51.24 -
YUV 86.69 186.86 72.59 -
System Red Green Blue C M Y K H S L
Decimal 9 106 191 0.95 0.45 0 0.25 208.02 0.91 0.39
Hex 9 6A BF 5F 2D 0 19 D0 5B 27
Octal 11 152 277 137 55 0 31 320 133 47
Binary 1001 1101010 10111111 1011111 101101 0 11001 11010000 1011011 100111

Color Harmonies of #096ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ABF

Black with #096ABF

Text Example


Text Example

White with #096ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,106,191); }

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

background-color css

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

 a { background-color: rgb(9,106,191); }

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

border-color css

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

 span { border-color: rgb(9,106,191); }

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