#1068BD

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

Shades of Denim #1068BD

Tints of Denim #1068BD

Color information

#1068BD (or 0x1068BD) is unknown color: approx Denim. HEX triplet: 10, 68 and BD. RGB value is (16,104,189). Sum of RGB (Red+Green+Blue) = 16+104+189=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #1068BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068BD is #EF9742. Grayscale: #565656. Windows color (decimal): -15701827 or 12412944. OLE color: 12412944.

HSL color Cylindrical-coordinate representation of color #1068BD: hue angle of 209.48º 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 #1068BD is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16104189-
CMYK0.920.4500.26
HSL209.48º84.39%40.2%-
HSV(B)209.48º91.53%74.12%-
XYZ14.3513.6850.03-
YUV87.38185.3577.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.18%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 189 (74.22% from 255) = 61.17%
R=5.18%
G=33.66%
B=61.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161041890.920.4500.26209.4884.3940.2
Hex1068BD5C2D01Ad15428
Octal201502751345503232112450
Binary100001101000101111011011100101101011010110100011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1068BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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