#0856b4

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

Shades of Denim #0856B4

Tints of Denim #0856B4

Color information

#0856B4 (or 0x0856B4) is unknown color: approx Denim. HEX triplet: 08, 56 and B4. RGB value is (8,86,180). Sum of RGB (Red+Green+Blue) = 8+86+180=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #0856B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0856B4 is #F7A94B. Grayscale: #484848. Windows color (decimal): -16230732 or 11818504. OLE color: 11818504.

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

Color convert

RGB886180-
CMYK0.960.5200.29
HSL212.79º91.49%36.86%-
HSV(B)212.79º95.56%70.59%-
XYZ11.671044.5-
YUV73.39188.1681.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.92%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 180 (70.70% from 255) = 65.69%
R=2.92%
G=31.39%
B=65.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8861800.960.5200.29212.7991.4936.86
Hex856B4603401Dd55b25
Octal101262641406403532513345
Binary10001010110101101001100000110100011101110101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0856b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0856b4; }

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

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

<style>
 a { background-color: #0856b4; }

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

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

<style>
 span { border-color: #0856b4; }

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

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