Html Css Color HEX #0960BC Denim

📋 copy color: '#0960BC'

red 9 ◦ green 96 ◦ blue 188

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

Shades of Denim #0960BC

Tints of Denim #0960BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 3.07%
G = 32.76%
B = 64.16%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0960BC (or 0x0960BC) is known color: Denim. HEX triplet: 09, 60 and BC. RGB value is (9,96,188). Sum of RGB (Red+Green+Blue) = 9+96+188=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #0960BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960BC is #F69F43. Grayscale: #505050. Windows color (decimal): -16162628 or 12345353. OLE color: 12345353.

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

Color convert

RGB 9 96 188 -
CMYK 0.95 0.49 0 0.26
HSL 210.84º 0.91% 0.39% -
HSV(B) 210.84º 0.95% 0.74% -
XYZ 13.37 12.05 49.2 -
YUV 80.48 188.68 77.02 -
System Red Green Blue C M Y K H S L
Decimal 9 96 188 0.95 0.49 0 0.26 210.84 0.91 0.39
Hex 9 60 BC 5F 31 0 1A D3 5B 27
Octal 11 140 274 137 61 0 32 323 133 47
Binary 1001 1100000 10111100 1011111 110001 0 11010 11010011 1011011 100111

Color Harmonies of #0960BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960BC

Black with #0960BC

Text Example


Text Example

White with #0960BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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