#0868AF

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

Shades of Denim #0868AF

Tints of Denim #0868AF

Color information

#0868AF (or 0x0868AF) is unknown color: approx Denim. HEX triplet: 08, 68 and AF. RGB value is (8,104,175). Sum of RGB (Red+Green+Blue) = 8+104+175=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #0868AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0868AF is #F79750. Grayscale: #535353. Windows color (decimal): -16226129 or 11495432. OLE color: 11495432.

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

Color convert

RGB8104175-
CMYK0.950.4100.31
HSL205.51º91.26%35.88%-
HSV(B)205.51º95.43%68.63%-
XYZ12.7913.0542.4-
YUV83.39179.774.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=2.79%
G=36.24%
B=60.98%

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
Decimal81041750.950.4100.31205.5191.2635.88
Hex868AF5F2901Fce5b24
Octal101502571375103731613344
Binary10001101000101011111011111101001011111110011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0868AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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