Html Css Color HEX #096EDD Navy Blue

📋 copy color: '#096EDD'

red 9 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #096EDD

Tints of Navy Blue #096EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 2.65%
G = 32.35%
B = 65%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096EDD (or 0x096EDD) is known color: Navy Blue. HEX triplet: 09, 6E and DD. RGB value is (9,110,221). Sum of RGB (Red+Green+Blue) = 9+110+221=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #096EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096EDD is #F69122. Grayscale: #5B5B5B. Windows color (decimal): -16159011 or 14511625. OLE color: 14511625.

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

Color convert

RGB 9 110 221 -
CMYK 0.96 0.50 0 0.13
HSL 211.42º 0.92% 0.45% -
HSV(B) 211.42º 0.96% 0.87% -
XYZ 18.74 16.43 70.59 -
YUV 92.46 200.54 68.47 -
System Red Green Blue C M Y K H S L
Decimal 9 110 221 0.96 0.50 0 0.13 211.42 0.92 0.45
Hex 9 6E DD 60 32 0 D D3 5C 2D
Octal 11 156 335 140 62 0 15 323 134 55
Binary 1001 1101110 11011101 1100000 110010 0 1101 11010011 1011100 101101

Color Harmonies of #096EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EDD

Black with #096EDD

Text Example


Text Example

White with #096EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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