#0864B4

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

Shades of Denim #0864B4

Tints of Denim #0864B4

Color information

#0864B4 (or 0x0864B4) is unknown color: approx Denim. HEX triplet: 08, 64 and B4. RGB value is (8,100,180). Sum of RGB (Red+Green+Blue) = 8+100+180=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 180 (70.70% from 255 or 62.5% from 288); Max value from RGB is 180 - color contains mainly: blue. Hex color #0864B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0864B4 is #F79B4B. Grayscale: #515151. Windows color (decimal): -16227148 or 11822088. OLE color: 11822088.

HSL color Cylindrical-coordinate representation of color #0864B4: hue angle of 207.91º 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 #0864B4 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8100180-
CMYK0.960.4400.29
HSL207.91º91.49%36.86%-
HSV(B)207.91º95.56%70.59%-
XYZ12.912.4644.91-
YUV81.61183.5275.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.78%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 180 (70.70% from 255) = 62.5%
R=2.78%
G=34.72%
B=62.5%

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
Decimal81001800.960.4400.29207.9191.4936.86
Hex864B4602C01Dd05b25
Octal101442641405403532013345
Binary10001100100101101001100000101100011101110100001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0864B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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