Html Css Color HEX #0960BF Denim

📋 copy color: '#0960BF'

red 9 ◦ green 96 ◦ blue 191

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

Shades of Denim #0960BF

Tints of Denim #0960BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.53%

R = 3.04%
G = 32.43%
B = 64.53%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0960BF (or 0x0960BF) is known color: Denim. HEX triplet: 09, 60 and BF. RGB value is (9,96,191). Sum of RGB (Red+Green+Blue) = 9+96+191=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #0960BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960BF is #F69F40. Grayscale: #505050. Windows color (decimal): -16162625 or 12541961. OLE color: 12541961.

HSL color Cylindrical-coordinate representation of color #0960BF: hue angle of 211.32º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0960BF is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 96 191 -
CMYK 0.95 0.50 0 0.25
HSL 211.32º 0.91% 0.39% -
HSV(B) 211.32º 0.95% 0.75% -
XYZ 13.7 12.19 50.92 -
YUV 80.82 190.18 76.78 -
System Red Green Blue C M Y K H S L
Decimal 9 96 191 0.95 0.50 0 0.25 211.32 0.91 0.39
Hex 9 60 BF 5F 32 0 19 D3 5B 27
Octal 11 140 277 137 62 0 31 323 133 47
Binary 1001 1100000 10111111 1011111 110010 0 11001 11010011 1011011 100111

Color Harmonies of #0960BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960BF

Black with #0960BF

Text Example


Text Example

White with #0960BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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