#0969B3

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

Shades of Denim #0969B3

Tints of Denim #0969B3

Color information

#0969B3 (or 0x0969B3) is unknown color: approx Denim. HEX triplet: 09, 69 and B3. RGB value is (9,105,179). Sum of RGB (Red+Green+Blue) = 9+105+179=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 179 (70.31% from 255 or 61.09% from 293); Max value from RGB is 179 - color contains mainly: blue. Hex color #0969B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0969B3 is #F6964C. Grayscale: #545454. Windows color (decimal): -16160333 or 11757833. OLE color: 11757833.

HSL color Cylindrical-coordinate representation of color #0969B3: hue angle of 206.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0969B3 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9105179-
CMYK0.950.4100.30
HSL206.12º90.43%36.86%-
HSV(B)206.12º94.97%70.2%-
XYZ13.313.4244.54-
YUV84.73181.273.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 179 (70.31% from 255) = 61.09%
R=3.07%
G=35.84%
B=61.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal91051790.950.4100.30206.1290.4336.86
Hex969B35F2901Ece5a25
Octal111512631375103631613245
Binary10011101001101100111011111101001011110110011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0969B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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