Html Css Color HEX #0966BF Denim

📋 copy color: '#0966BF'

red 9 ◦ green 102 ◦ blue 191

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

Shades of Denim #0966BF

Tints of Denim #0966BF

RGB

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

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

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

R = 2.98%
G = 33.77%
B = 63.25%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0966BF (or 0x0966BF) is known color: Denim. HEX triplet: 09, 66 and BF. RGB value is (9,102,191). Sum of RGB (Red+Green+Blue) = 9+102+191=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #0966BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0966BF is #F69940. Grayscale: #535353. Windows color (decimal): -16161089 or 12543497. OLE color: 12543497.

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

Color convert

RGB 9 102 191 -
CMYK 0.95 0.47 0 0.25
HSL 209.34º 0.91% 0.39% -
HSV(B) 209.34º 0.95% 0.75% -
XYZ 14.27 13.32 51.11 -
YUV 84.34 188.19 74.26 -
System Red Green Blue C M Y K H S L
Decimal 9 102 191 0.95 0.47 0 0.25 209.34 0.91 0.39
Hex 9 66 BF 5F 2F 0 19 D1 5B 27
Octal 11 146 277 137 57 0 31 321 133 47
Binary 1001 1100110 10111111 1011111 101111 0 11001 11010001 1011011 100111

Color Harmonies of #0966BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966BF

Black with #0966BF

Text Example


Text Example

White with #0966BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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