Html Css Color HEX #0966BC Denim

📋 copy color: '#0966BC'

red 9 ◦ green 102 ◦ blue 188

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

Shades of Denim #0966BC

Tints of Denim #0966BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 3.01%
G = 34.11%
B = 62.88%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0966BC (or 0x0966BC) is known color: Denim. HEX triplet: 09, 66 and BC. RGB value is (9,102,188). Sum of RGB (Red+Green+Blue) = 9+102+188=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #0966BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966BC is #F69943. Grayscale: #535353. Windows color (decimal): -16161092 or 12346889. OLE color: 12346889.

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

Color convert

RGB 9 102 188 -
CMYK 0.95 0.46 0 0.26
HSL 208.83º 0.91% 0.39% -
HSV(B) 208.83º 0.95% 0.74% -
XYZ 13.94 13.19 49.39 -
YUV 84 186.69 74.51 -
System Red Green Blue C M Y K H S L
Decimal 9 102 188 0.95 0.46 0 0.26 208.83 0.91 0.39
Hex 9 66 BC 5F 2E 0 1A D1 5B 27
Octal 11 146 274 137 56 0 32 321 133 47
Binary 1001 1100110 10111100 1011111 101110 0 11010 11010001 1011011 100111

Color Harmonies of #0966BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966BC

Black with #0966BC

Text Example


Text Example

White with #0966BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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