Html Css Color HEX #096EDB Navy Blue

📋 copy color: '#096EDB'

red 9 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #096EDB

Tints of Navy Blue #096EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.54%

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 2.66%
G = 32.54%
B = 64.79%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#096EDB (or 0x096EDB) is known color: Navy Blue. HEX triplet: 09, 6E and DB. RGB value is (9,110,219). Sum of RGB (Red+Green+Blue) = 9+110+219=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #096EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EDB is #F69124. Grayscale: #5B5B5B. Windows color (decimal): -16159013 or 14380553. OLE color: 14380553.

HSL color Cylindrical-coordinate representation of color #096EDB: hue angle of 211.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EDB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 110 219 -
CMYK 0.96 0.50 0 0.14
HSL 211.14º 0.92% 0.45% -
HSV(B) 211.14º 0.96% 0.86% -
XYZ 18.47 16.32 69.2 -
YUV 92.23 199.54 68.64 -
System Red Green Blue C M Y K H S L
Decimal 9 110 219 0.96 0.50 0 0.14 211.14 0.92 0.45
Hex 9 6E DB 60 32 0 E D3 5C 2D
Octal 11 156 333 140 62 0 16 323 134 55
Binary 1001 1101110 11011011 1100000 110010 0 1110 11010011 1011100 101101

Color Harmonies of #096EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EDB

Black with #096EDB

Text Example


Text Example

White with #096EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,219); }

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

background-color css

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

 a { background-color: rgb(9,110,219); }

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

border-color css

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

 span { border-color: rgb(9,110,219); }

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