Html Css Color HEX #096ECD Navy Blue

📋 copy color: '#096ECD'

red 9 ◦ green 110 ◦ blue 205

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

Shades of Navy Blue #096ECD

Tints of Navy Blue #096ECD

RGB

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

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

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

R = 2.78%
G = 33.95%
B = 63.27%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#096ECD (or 0x096ECD) is known color: Navy Blue. HEX triplet: 09, 6E and CD. RGB value is (9,110,205). Sum of RGB (Red+Green+Blue) = 9+110+205=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #096ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ECD is #F69132. Grayscale: #5A5A5A. Windows color (decimal): -16159027 or 13463049. OLE color: 13463049.

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

Color convert

RGB 9 110 205 -
CMYK 0.96 0.46 0 0.20
HSL 209.08º 0.92% 0.42% -
HSV(B) 209.08º 0.96% 0.8% -
XYZ 16.71 15.62 59.89 -
YUV 90.63 192.54 69.78 -
System Red Green Blue C M Y K H S L
Decimal 9 110 205 0.96 0.46 0 0.20 209.08 0.92 0.42
Hex 9 6E CD 60 2E 0 14 D1 5C 2A
Octal 11 156 315 140 56 0 24 321 134 52
Binary 1001 1101110 11001101 1100000 101110 0 10100 11010001 1011100 101010

Color Harmonies of #096ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ECD

Black with #096ECD

Text Example


Text Example

White with #096ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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