#0865B7

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

Shades of Denim #0865B7

Tints of Denim #0865B7

Color information

#0865B7 (or 0x0865B7) is unknown color: approx Denim. HEX triplet: 08, 65 and B7. RGB value is (8,101,183). Sum of RGB (Red+Green+Blue) = 8+101+183=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 183 (71.88% from 255 or 62.67% from 292); Max value from RGB is 183 - color contains mainly: blue. Hex color #0865B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0865B7 is #F79A48. Grayscale: #525252. Windows color (decimal): -16226889 or 12018952. OLE color: 12018952.

HSL color Cylindrical-coordinate representation of color #0865B7: hue angle of 208.11º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0865B7 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8101183-
CMYK0.960.4500.28
HSL208.11º91.62%37.45%-
HSV(B)208.11º95.63%71.76%-
XYZ13.312.7846.57-
YUV82.54184.6974.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.74%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 183 (71.88% from 255) = 62.67%
R=2.74%
G=34.59%
B=62.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81011830.960.4500.28208.1191.6237.45
Hex865B7602D01Cd05c25
Octal101452671405503432013445
Binary10001100101101101111100000101101011100110100001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0865B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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