Html Css Color HEX #0964AD Denim

📋 copy color: '#0964AD'

red 9 ◦ green 100 ◦ blue 173

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

Shades of Denim #0964AD

Tints of Denim #0964AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 3.19%
G = 35.46%
B = 61.35%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0964AD (or 0x0964AD) is known color: Denim. HEX triplet: 09, 64 and AD. RGB value is (9,100,173). Sum of RGB (Red+Green+Blue) = 9+100+173=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #0964AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0964AD is #F69B52. Grayscale: #505050. Windows color (decimal): -16161619 or 11363337. OLE color: 11363337.

HSL color Cylindrical-coordinate representation of color #0964AD: hue angle of 206.71º 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 #0964AD is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 100 173 -
CMYK 0.95 0.42 0 0.32
HSL 206.71º 0.9% 0.36% -
HSV(B) 206.71º 0.95% 0.68% -
XYZ 12.21 12.19 41.24 -
YUV 81.11 179.85 76.56 -
System Red Green Blue C M Y K H S L
Decimal 9 100 173 0.95 0.42 0 0.32 206.71 0.9 0.36
Hex 9 64 AD 5F 2A 0 20 CF 5A 24
Octal 11 144 255 137 52 0 40 317 132 44
Binary 1001 1100100 10101101 1011111 101010 0 100000 11001111 1011010 100100

Color Harmonies of #0964AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0964AD

Black with #0964AD

Text Example


Text Example

White with #0964AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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