Html Css Color HEX #0961BC Denim

📋 copy color: '#0961BC'

red 9 ◦ green 97 ◦ blue 188

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

Shades of Denim #0961BC

Tints of Denim #0961BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 3.06%
G = 32.99%
B = 63.95%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0961BC (or 0x0961BC) is known color: Denim. HEX triplet: 09, 61 and BC. RGB value is (9,97,188). Sum of RGB (Red+Green+Blue) = 9+97+188=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #0961BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961BC is #F69E43. Grayscale: #505050. Windows color (decimal): -16162372 or 12345609. OLE color: 12345609.

HSL color Cylindrical-coordinate representation of color #0961BC: hue angle of 210.5º 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 #0961BC is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 97 188 -
CMYK 0.95 0.48 0 0.26
HSL 210.5º 0.91% 0.39% -
HSV(B) 210.5º 0.95% 0.74% -
XYZ 13.46 12.24 49.23 -
YUV 81.06 188.35 76.6 -
System Red Green Blue C M Y K H S L
Decimal 9 97 188 0.95 0.48 0 0.26 210.5 0.91 0.39
Hex 9 61 BC 5F 30 0 1A D3 5B 27
Octal 11 141 274 137 60 0 32 323 133 47
Binary 1001 1100001 10111100 1011111 110000 0 11010 11010011 1011011 100111

Color Harmonies of #0961BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961BC

Black with #0961BC

Text Example


Text Example

White with #0961BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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