#0959B1

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

Shades of Denim #0959B1

Tints of Denim #0959B1

Color information

#0959B1 (or 0x0959B1) is unknown color: approx Denim. HEX triplet: 09, 59 and B1. RGB value is (9,89,177). Sum of RGB (Red+Green+Blue) = 9+89+177=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 177 (69.53% from 255 or 64.36% from 275); Max value from RGB is 177 - color contains mainly: blue. Hex color #0959B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0959B1 is #F6A64E. Grayscale: #4A4A4A. Windows color (decimal): -16164431 or 11622665. OLE color: 11622665.

HSL color Cylindrical-coordinate representation of color #0959B1: hue angle of 211.43º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0959B1 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB989177-
CMYK0.950.5000.31
HSL211.43º90.32%36.47%-
HSV(B)211.43º94.92%69.41%-
XYZ11.6210.3842.99-
YUV75.11185.580.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 177 (69.53% from 255) = 64.36%
R=3.27%
G=32.36%
B=64.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9891770.950.5000.31211.4390.3236.47
Hex959B15F3201Fd35a24
Octal111312611376203732313244
Binary10011011001101100011011111110010011111110100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0959B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0959B1; }

 p { color: rgb(9,89,177); }

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

<style>
 a { background-color: #0959B1; }

 a { background-color: rgb(9,89,177); }

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

<style>
 span { border-color: #0959B1; }

 span { border-color: rgb(9,89,177); }

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