#0969B1

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

Shades of Denim #0969B1

Tints of Denim #0969B1

Color information

#0969B1 (or 0x0969B1) is unknown color: approx Denim. HEX triplet: 09, 69 and B1. RGB value is (9,105,177). Sum of RGB (Red+Green+Blue) = 9+105+177=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #0969B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0969B1 is #F6964E. Grayscale: #545454. Windows color (decimal): -16160335 or 11626761. OLE color: 11626761.

HSL color Cylindrical-coordinate representation of color #0969B1: hue angle of 205.71º 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 #0969B1 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9105177-
CMYK0.950.4100.31
HSL205.71º90.32%36.47%-
HSV(B)205.71º94.92%69.41%-
XYZ13.113.3443.48-
YUV84.5180.274.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.09%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 177 (69.53% from 255) = 60.82%
R=3.09%
G=36.08%
B=60.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91051770.950.4100.31205.7190.3236.47
Hex969B15F2901Fce5a24
Octal111512611375103731613244
Binary10011101001101100011011111101001011111110011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0969B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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