#0868AD

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

Shades of Denim #0868AD

Tints of Denim #0868AD

Color information

#0868AD (or 0x0868AD) is unknown color: approx Denim. HEX triplet: 08, 68 and AD. RGB value is (8,104,173). Sum of RGB (Red+Green+Blue) = 8+104+173=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #0868AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0868AD is #F79752. Grayscale: #525252. Windows color (decimal): -16226131 or 11364360. OLE color: 11364360.

HSL color Cylindrical-coordinate representation of color #0868AD: hue angle of 205.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0868AD is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8104173-
CMYK0.950.4000.32
HSL205.09º91.16%35.49%-
HSV(B)205.09º95.38%67.84%-
XYZ12.5912.9741.37-
YUV83.16178.774.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=2.81%
G=36.49%
B=60.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81041730.950.4000.32205.0991.1635.49
Hex868AD5F28020cd5b23
Octal101502551375004031513343
Binary100011010001010110110111111010000100000110011011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0868AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0868AD; }

 p { color: rgb(8,104,173); }

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

<style>
 a { background-color: #0868AD; }

 a { background-color: rgb(8,104,173); }

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

<style>
 span { border-color: #0868AD; }

 span { border-color: rgb(8,104,173); }

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