#0867AE

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

Shades of Denim #0867AE

Tints of Denim #0867AE

Color information

#0867AE (or 0x0867AE) is unknown color: approx Denim. HEX triplet: 08, 67 and AE. RGB value is (8,103,174). Sum of RGB (Red+Green+Blue) = 8+103+174=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #0867AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0867AE is #F79851. Grayscale: #525252. Windows color (decimal): -16226386 or 11429640. OLE color: 11429640.

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

Color convert

RGB8103174-
CMYK0.950.4100.32
HSL205.66º91.21%35.69%-
HSV(B)205.66º95.4%68.24%-
XYZ12.5912.8141.85-
YUV82.69179.5374.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 103 (40.62% from 255) = 36.14%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=2.81%
G=36.14%
B=61.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81031740.950.4100.32205.6691.2135.69
Hex867AE5F29020ce5b24
Octal101472561375104031613344
Binary100011001111010111010111111010010100000110011101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0867AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0867AE; }

 p { color: rgb(8,103,174); }

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

<style>
 a { background-color: #0867AE; }

 a { background-color: rgb(8,103,174); }

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

<style>
 span { border-color: #0867AE; }

 span { border-color: rgb(8,103,174); }

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