#0863B9

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

Shades of Denim #0863B9

Tints of Denim #0863B9

Color information

#0863B9 (or 0x0863B9) is unknown color: approx Denim. HEX triplet: 08, 63 and B9. RGB value is (8,99,185). Sum of RGB (Red+Green+Blue) = 8+99+185=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #0863B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863B9 is #F79C46. Grayscale: #515151. Windows color (decimal): -16227399 or 12149512. OLE color: 12149512.

HSL color Cylindrical-coordinate representation of color #0863B9: hue angle of 209.15º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0863B9 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB899185-
CMYK0.960.4600.27
HSL209.15º91.71%37.84%-
HSV(B)209.15º95.68%72.55%-
XYZ13.3212.4847.61-
YUV81.6186.3575.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.74%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 185 (72.66% from 255) = 63.36%
R=2.74%
G=33.90%
B=63.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8991850.960.4600.27209.1591.7137.84
Hex863B9602E01Bd15c26
Octal101432711405603332113446
Binary10001100011101110011100000101110011011110100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0863B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0863B9; }

 p { color: rgb(8,99,185); }

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

<style>
 a { background-color: #0863B9; }

 a { background-color: rgb(8,99,185); }

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

<style>
 span { border-color: #0863B9; }

 span { border-color: rgb(8,99,185); }

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