Html Css Color HEX #0963AD Denim

📋 copy color: '#0963AD'

red 9 ◦ green 99 ◦ blue 173

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

Shades of Denim #0963AD

Tints of Denim #0963AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 3.2%
G = 35.23%
B = 61.57%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0963AD (or 0x0963AD) is known color: Denim. HEX triplet: 09, 63 and AD. RGB value is (9,99,173). Sum of RGB (Red+Green+Blue) = 9+99+173=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #0963AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0963AD is #F69C52. Grayscale: #505050. Windows color (decimal): -16161875 or 11363081. OLE color: 11363081.

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

Color convert

RGB 9 99 173 -
CMYK 0.95 0.43 0 0.32
HSL 207.07º 0.9% 0.36% -
HSV(B) 207.07º 0.95% 0.68% -
XYZ 12.12 12 41.21 -
YUV 80.53 180.18 76.98 -
System Red Green Blue C M Y K H S L
Decimal 9 99 173 0.95 0.43 0 0.32 207.07 0.9 0.36
Hex 9 63 AD 5F 2B 0 20 CF 5A 24
Octal 11 143 255 137 53 0 40 317 132 44
Binary 1001 1100011 10101101 1011111 101011 0 100000 11001111 1011010 100100

Color Harmonies of #0963AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0963AD

Black with #0963AD

Text Example


Text Example

White with #0963AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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