#0961B4

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

Shades of Denim #0961B4

Tints of Denim #0961B4

Color information

#0961B4 (or 0x0961B4) is unknown color: approx Denim. HEX triplet: 09, 61 and B4. RGB value is (9,97,180). Sum of RGB (Red+Green+Blue) = 9+97+180=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #0961B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0961B4 is #F69E4B. Grayscale: #4F4F4F. Windows color (decimal): -16162380 or 11821321. OLE color: 11821321.

HSL color Cylindrical-coordinate representation of color #0961B4: hue angle of 209.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0961B4 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB997180-
CMYK0.950.4600.29
HSL209.12º90.48%37.06%-
HSV(B)209.12º95%70.59%-
XYZ12.6311.944.81-
YUV80.15184.3577.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.15%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 180 (70.70% from 255) = 62.94%
R=3.15%
G=33.92%
B=62.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9971800.950.4600.29209.1290.4837.06
Hex961B45F2E01Dd15a25
Octal111412641375603532113245
Binary10011100001101101001011111101110011101110100011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0961B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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