Html Css Color HEX #0960BA Denim

📋 copy color: '#0960BA'

red 9 ◦ green 96 ◦ blue 186

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

Shades of Denim #0960BA

Tints of Denim #0960BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 3.09%
G = 32.99%
B = 63.92%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0960BA (or 0x0960BA) is known color: Denim. HEX triplet: 09, 60 and BA. RGB value is (9,96,186). Sum of RGB (Red+Green+Blue) = 9+96+186=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0960BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960BA is #F69F45. Grayscale: #4F4F4F. Windows color (decimal): -16162630 or 12214281. OLE color: 12214281.

HSL color Cylindrical-coordinate representation of color #0960BA: hue angle of 210.51º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0960BA is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 96 186 -
CMYK 0.95 0.48 0 0.27
HSL 210.51º 0.91% 0.38% -
HSV(B) 210.51º 0.95% 0.73% -
XYZ 13.16 11.97 48.07 -
YUV 80.25 187.68 77.18 -
System Red Green Blue C M Y K H S L
Decimal 9 96 186 0.95 0.48 0 0.27 210.51 0.91 0.38
Hex 9 60 BA 5F 30 0 1B D3 5B 26
Octal 11 140 272 137 60 0 33 323 133 46
Binary 1001 1100000 10111010 1011111 110000 0 11011 11010011 1011011 100110

Color Harmonies of #0960BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960BA

Black with #0960BA

Text Example


Text Example

White with #0960BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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