#0854BF

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

Shades of Denim #0854BF

Tints of Denim #0854BF

Color information

#0854BF (or 0x0854BF) is unknown color: approx Denim. HEX triplet: 08, 54 and BF. RGB value is (8,84,191). Sum of RGB (Red+Green+Blue) = 8+84+191=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #0854BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0854BF is #F7AB40. Grayscale: #484848. Windows color (decimal): -16231233 or 12538888. OLE color: 12538888.

HSL color Cylindrical-coordinate representation of color #0854BF: hue angle of 215.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0854BF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB884191-
CMYK0.960.5600.25
HSL215.08º91.96%39.02%-
HSV(B)215.08º95.81%74.9%-
XYZ12.6710.1550.58-
YUV73.47194.3281.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 191 (75% from 255) = 67.49%
R=2.83%
G=29.68%
B=67.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8841910.960.5600.25215.0891.9639.02
Hex854BF6038019d75c27
Octal101242771407003132713447
Binary10001010100101111111100000111000011001110101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0854BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0854BF; }

 p { color: rgb(8,84,191); }

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

<style>
 a { background-color: #0854BF; }

 a { background-color: rgb(8,84,191); }

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

<style>
 span { border-color: #0854BF; }

 span { border-color: rgb(8,84,191); }

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