#1069BD

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

Shades of Denim #1069BD

Tints of Denim #1069BD

Color information

#1069BD (or 0x1069BD) is unknown color: approx Denim. HEX triplet: 10, 69 and BD. RGB value is (16,105,189). Sum of RGB (Red+Green+Blue) = 16+105+189=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #1069BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069BD is #EF9642. Grayscale: #575757. Windows color (decimal): -15701571 or 12413200. OLE color: 12413200.

HSL color Cylindrical-coordinate representation of color #1069BD: hue angle of 209.13º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1069BD is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16105189-
CMYK0.920.4400.26
HSL209.13º84.39%40.2%-
HSV(B)209.13º91.53%74.12%-
XYZ14.4513.8950.06-
YUV87.96185.0176.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 189 (74.22% from 255) = 60.97%
R=5.16%
G=33.87%
B=60.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161051890.920.4400.26209.1384.3940.2
Hex1069BD5C2C01Ad15428
Octal201512751345403232112450
Binary100001101001101111011011100101100011010110100011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1069BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1069BD; }

 p { color: rgb(16,105,189); }

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

<style>
 a { background-color: #1069BD; }

 a { background-color: rgb(16,105,189); }

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

<style>
 span { border-color: #1069BD; }

 span { border-color: rgb(16,105,189); }

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