Html Css Color HEX #096DDD Navy Blue

📋 copy color: '#096DDD'

red 9 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #096DDD

Tints of Navy Blue #096DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.15%

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

R = 2.65%
G = 32.15%
B = 65.19%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#096DDD (or 0x096DDD) is known color: Navy Blue. HEX triplet: 09, 6D and DD. RGB value is (9,109,221). Sum of RGB (Red+Green+Blue) = 9+109+221=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #096DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DDD is #F69222. Grayscale: #5B5B5B. Windows color (decimal): -16159267 or 14511369. OLE color: 14511369.

HSL color Cylindrical-coordinate representation of color #096DDD: hue angle of 211.7º 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 #096DDD is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 109 221 -
CMYK 0.96 0.51 0 0.13
HSL 211.7º 0.92% 0.45% -
HSV(B) 211.7º 0.96% 0.87% -
XYZ 18.63 16.22 70.55 -
YUV 91.87 200.87 68.89 -
System Red Green Blue C M Y K H S L
Decimal 9 109 221 0.96 0.51 0 0.13 211.7 0.92 0.45
Hex 9 6D DD 60 33 0 D D4 5C 2D
Octal 11 155 335 140 63 0 15 324 134 55
Binary 1001 1101101 11011101 1100000 110011 0 1101 11010100 1011100 101101

Color Harmonies of #096DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DDD

Black with #096DDD

Text Example


Text Example

White with #096DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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