Html Css Color HEX #0966AB Denim

📋 copy color: '#0966AB'

red 9 ◦ green 102 ◦ blue 171

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

Shades of Denim #0966AB

Tints of Denim #0966AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.64%

R = 3.19%
G = 36.17%
B = 60.64%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0966AB (or 0x0966AB) is known color: Denim. HEX triplet: 09, 66 and AB. RGB value is (9,102,171). Sum of RGB (Red+Green+Blue) = 9+102+171=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #0966AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0966AB is #F69954. Grayscale: #515151. Windows color (decimal): -16161109 or 11232777. OLE color: 11232777.

HSL color Cylindrical-coordinate representation of color #0966AB: hue angle of 205.56º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0966AB is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 102 171 -
CMYK 0.95 0.40 0 0.33
HSL 205.56º 0.9% 0.35% -
HSV(B) 205.56º 0.95% 0.67% -
XYZ 12.21 12.5 40.3 -
YUV 82.06 178.19 75.89 -
System Red Green Blue C M Y K H S L
Decimal 9 102 171 0.95 0.40 0 0.33 205.56 0.9 0.35
Hex 9 66 AB 5F 28 0 21 CE 5A 23
Octal 11 146 253 137 50 0 41 316 132 43
Binary 1001 1100110 10101011 1011111 101000 0 100001 11001110 1011010 100011

Color Harmonies of #0966AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0966AB

Black with #0966AB

Text Example


Text Example

White with #0966AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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