#0961A3

Color #0961A3 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0961A3

Tints of Denim #0961A3

Color information

#0961A3 (or 0x0961A3) is unknown color: approx Denim. HEX triplet: 09, 61 and A3. RGB value is (9,97,163). Sum of RGB (Red+Green+Blue) = 9+97+163=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 163 (64.06% from 255 or 60.59% from 269); Max value from RGB is 163 - color contains mainly: blue. Hex color #0961A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0961A3 is #F69E5C. Grayscale: #4D4D4D. Windows color (decimal): -16162397 or 10707209. OLE color: 10707209.

HSL color Cylindrical-coordinate representation of color #0961A3: hue angle of 205.71º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0961A3 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB997163-
CMYK0.940.4000.36
HSL205.71º89.53%33.73%-
HSV(B)205.71º94.48%63.92%-
XYZ1111.2536.24-
YUV78.21175.8578.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 163 (64.06% from 255) = 60.59%
R=3.35%
G=36.06%
B=60.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9971630.940.4000.36205.7189.5333.73
Hex961A35E28024ce5a22
Octal111412431365004431613242
Binary100111000011010001110111101010000100100110011101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0961A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0961A3;
 }
 .AnyTagClassName
 {
   color: #0961A3;
 }
</style>
background-color css

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

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

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

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

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

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