Html Css Color HEX #096ED5 Navy Blue

📋 copy color: '#096ED5'

red 9 ◦ green 110 ◦ blue 213

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

Shades of Navy Blue #096ED5

Tints of Navy Blue #096ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.16%

R = 2.71%
G = 33.13%
B = 64.16%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#096ED5 (or 0x096ED5) is known color: Navy Blue. HEX triplet: 09, 6E and D5. RGB value is (9,110,213). Sum of RGB (Red+Green+Blue) = 9+110+213=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #096ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ED5 is #F6912A. Grayscale: #5B5B5B. Windows color (decimal): -16159019 or 13987337. OLE color: 13987337.

HSL color Cylindrical-coordinate representation of color #096ED5: hue angle of 210.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096ED5 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 110 213 -
CMYK 0.96 0.48 0 0.16
HSL 210.29º 0.92% 0.44% -
HSV(B) 210.29º 0.96% 0.84% -
XYZ 17.7 16.01 65.11 -
YUV 91.54 196.54 69.12 -
System Red Green Blue C M Y K H S L
Decimal 9 110 213 0.96 0.48 0 0.16 210.29 0.92 0.44
Hex 9 6E D5 60 30 0 10 D2 5C 2C
Octal 11 156 325 140 60 0 20 322 134 54
Binary 1001 1101110 11010101 1100000 110000 0 10000 11010010 1011100 101100

Color Harmonies of #096ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ED5

Black with #096ED5

Text Example


Text Example

White with #096ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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