#0865B4

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

Shades of Denim #0865B4

Tints of Denim #0865B4

Color information

#0865B4 (or 0x0865B4) is unknown color: approx Denim. HEX triplet: 08, 65 and B4. RGB value is (8,101,180). Sum of RGB (Red+Green+Blue) = 8+101+180=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #0865B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0865B4 is #F79A4B. Grayscale: #515151. Windows color (decimal): -16226892 or 11822344. OLE color: 11822344.

HSL color Cylindrical-coordinate representation of color #0865B4: hue angle of 207.56º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0865B4 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8101180-
CMYK0.960.4400.29
HSL207.56º91.49%36.86%-
HSV(B)207.56º95.56%70.59%-
XYZ12.9912.6544.94-
YUV82.2183.1975.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=2.77%
G=34.95%
B=62.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81011800.960.4400.29207.5691.4936.86
Hex865B4602C01Dd05b25
Octal101452641405403532013345
Binary10001100101101101001100000101100011101110100001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0865B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0865B4; }

 p { color: rgb(8,101,180); }

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

<style>
 a { background-color: #0865B4; }

 a { background-color: rgb(8,101,180); }

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

<style>
 span { border-color: #0865B4; }

 span { border-color: rgb(8,101,180); }

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