Html Css Color HEX #096FBF Navy Blue

📋 copy color: '#096FBF'

red 9 ◦ green 111 ◦ blue 191

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

Shades of Navy Blue #096FBF

Tints of Navy Blue #096FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.69%

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

R = 2.89%
G = 35.69%
B = 61.41%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#096FBF (or 0x096FBF) is known color: Navy Blue. HEX triplet: 09, 6F and BF. RGB value is (9,111,191). Sum of RGB (Red+Green+Blue) = 9+111+191=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #096FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096FBF is #F69040. Grayscale: #595959. Windows color (decimal): -16158785 or 12545801. OLE color: 12545801.

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

Color convert

RGB 9 111 191 -
CMYK 0.95 0.42 0 0.25
HSL 206.37º 0.91% 0.39% -
HSV(B) 206.37º 0.95% 0.75% -
XYZ 15.2 15.19 51.42 -
YUV 89.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 9 111 191 0.95 0.42 0 0.25 206.37 0.91 0.39
Hex 9 6F BF 5F 2A 0 19 CE 5B 27
Octal 11 157 277 137 52 0 31 316 133 47
Binary 1001 1101111 10111111 1011111 101010 0 11001 11001110 1011011 100111

Color Harmonies of #096FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FBF

Black with #096FBF

Text Example


Text Example

White with #096FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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