Html Css Color HEX #096ACD Navy Blue

📋 copy color: '#096ACD'

red 9 ◦ green 106 ◦ blue 205

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

Shades of Navy Blue #096ACD

Tints of Navy Blue #096ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

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

R = 2.81%
G = 33.13%
B = 64.06%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#096ACD (or 0x096ACD) is known color: Navy Blue. HEX triplet: 09, 6A and CD. RGB value is (9,106,205). Sum of RGB (Red+Green+Blue) = 9+106+205=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #096ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ACD is #F69532. Grayscale: #575757. Windows color (decimal): -16160051 or 13462025. OLE color: 13462025.

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

Color convert

RGB 9 106 205 -
CMYK 0.96 0.48 0 0.20
HSL 210.31º 0.92% 0.42% -
HSV(B) 210.31º 0.96% 0.8% -
XYZ 16.29 14.77 59.75 -
YUV 88.28 193.86 71.45 -
System Red Green Blue C M Y K H S L
Decimal 9 106 205 0.96 0.48 0 0.20 210.31 0.92 0.42
Hex 9 6A CD 60 30 0 14 D2 5C 2A
Octal 11 152 315 140 60 0 24 322 134 52
Binary 1001 1101010 11001101 1100000 110000 0 10100 11010010 1011100 101010

Color Harmonies of #096ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096ACD

Black with #096ACD

Text Example


Text Example

White with #096ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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