Html Css Color HEX #096BBE Navy Blue

📋 copy color: '#096BBE'

red 9 ◦ green 107 ◦ blue 190

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

Shades of Navy Blue #096BBE

Tints of Navy Blue #096BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.09%

R = 2.94%
G = 34.97%
B = 62.09%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#096BBE (or 0x096BBE) is known color: Navy Blue. HEX triplet: 09, 6B and BE. RGB value is (9,107,190). Sum of RGB (Red+Green+Blue) = 9+107+190=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #096BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BBE is #F69441. Grayscale: #565656. Windows color (decimal): -16159810 or 12479241. OLE color: 12479241.

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

Color convert

RGB 9 107 190 -
CMYK 0.95 0.44 0 0.25
HSL 207.51º 0.91% 0.39% -
HSV(B) 207.51º 0.95% 0.75% -
XYZ 14.66 14.29 50.7 -
YUV 87.16 186.03 72.25 -
System Red Green Blue C M Y K H S L
Decimal 9 107 190 0.95 0.44 0 0.25 207.51 0.91 0.39
Hex 9 6B BE 5F 2C 0 19 D0 5B 27
Octal 11 153 276 137 54 0 31 320 133 47
Binary 1001 1101011 10111110 1011111 101100 0 11001 11010000 1011011 100111

Color Harmonies of #096BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BBE

Black with #096BBE

Text Example


Text Example

White with #096BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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