Html Css Color HEX #096DCD Navy Blue

📋 copy color: '#096DCD'

red 9 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #096DCD

Tints of Navy Blue #096DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 2.79%
G = 33.75%
B = 63.47%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#096DCD (or 0x096DCD) is known color: Navy Blue. HEX triplet: 09, 6D and CD. RGB value is (9,109,205). Sum of RGB (Red+Green+Blue) = 9+109+205=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #096DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DCD is #F69232. Grayscale: #595959. Windows color (decimal): -16159283 or 13462793. OLE color: 13462793.

HSL color Cylindrical-coordinate representation of color #096DCD: hue angle of 209.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DCD is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 109 205 -
CMYK 0.96 0.47 0 0.20
HSL 209.39º 0.92% 0.42% -
HSV(B) 209.39º 0.96% 0.8% -
XYZ 16.6 15.4 59.86 -
YUV 90.04 192.87 70.19 -
System Red Green Blue C M Y K H S L
Decimal 9 109 205 0.96 0.47 0 0.20 209.39 0.92 0.42
Hex 9 6D CD 60 2F 0 14 D1 5C 2A
Octal 11 155 315 140 57 0 24 321 134 52
Binary 1001 1101101 11001101 1100000 101111 0 10100 11010001 1011100 101010

Color Harmonies of #096DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DCD

Black with #096DCD

Text Example


Text Example

White with #096DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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