Html Css Color HEX #0960AD Denim

📋 copy color: '#0960AD'

red 9 ◦ green 96 ◦ blue 173

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

Shades of Denim #0960AD

Tints of Denim #0960AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.53%

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 3.24%
G = 34.53%
B = 62.23%

CMYK

 C value IS 0.95

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0960AD (or 0x0960AD) is known color: Denim. HEX triplet: 09, 60 and AD. RGB value is (9,96,173). Sum of RGB (Red+Green+Blue) = 9+96+173=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #0960AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0960AD is #F69F52. Grayscale: #4E4E4E. Windows color (decimal): -16162643 or 11362313. OLE color: 11362313.

HSL color Cylindrical-coordinate representation of color #0960AD: hue angle of 208.17º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0960AD is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 96 173 -
CMYK 0.95 0.45 0 0.32
HSL 208.17º 0.9% 0.36% -
HSV(B) 208.17º 0.95% 0.68% -
XYZ 11.84 11.44 41.12 -
YUV 78.77 181.18 78.24 -
System Red Green Blue C M Y K H S L
Decimal 9 96 173 0.95 0.45 0 0.32 208.17 0.9 0.36
Hex 9 60 AD 5F 2D 0 20 D0 5A 24
Octal 11 140 255 137 55 0 40 320 132 44
Binary 1001 1100000 10101101 1011111 101101 0 100000 11010000 1011010 100100

Color Harmonies of #0960AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960AD

Black with #0960AD

Text Example


Text Example

White with #0960AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0960AD; }

 p { color: rgb(9,96,173); }

 H1.HeaderClassName
 {
   color: #0960AD;
 }
 .AnyTagClassName
 {
   color: #0960AD;
 }
</style>

background-color css

<style>
 a { background-color: #0960AD; }

 a { background-color: rgb(9,96,173); }

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

border-color css

<style>
 span { border-color: #0960AD; }

 span { border-color: rgb(9,96,173); }

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