Html Css Color HEX #0968AD Denim

📋 copy color: '#0968AD'

red 9 ◦ green 104 ◦ blue 173

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

Shades of Denim #0968AD

Tints of Denim #0968AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

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

R = 3.15%
G = 36.36%
B = 60.49%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0968AD (or 0x0968AD) is known color: Denim. HEX triplet: 09, 68 and AD. RGB value is (9,104,173). Sum of RGB (Red+Green+Blue) = 9+104+173=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 173 (67.97% from 255 or 60.49% from 286); Max value from RGB is 173 - color contains mainly: blue. Hex color #0968AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0968AD is #F69752. Grayscale: #535353. Windows color (decimal): -16160595 or 11364361. OLE color: 11364361.

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

Color convert

RGB 9 104 173 -
CMYK 0.95 0.40 0 0.32
HSL 205.24º 0.9% 0.36% -
HSV(B) 205.24º 0.95% 0.68% -
XYZ 12.61 12.98 41.38 -
YUV 83.46 178.53 74.89 -
System Red Green Blue C M Y K H S L
Decimal 9 104 173 0.95 0.40 0 0.32 205.24 0.9 0.36
Hex 9 68 AD 5F 28 0 20 CD 5A 24
Octal 11 150 255 137 50 0 40 315 132 44
Binary 1001 1101000 10101101 1011111 101000 0 100000 11001101 1011010 100100

Color Harmonies of #0968AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0968AD

Black with #0968AD

Text Example


Text Example

White with #0968AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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