#0F56D0

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

Shades of Denim #0F56D0

Tints of Denim #0F56D0

Color information

#0F56D0 (or 0x0F56D0) is unknown color: approx Denim. HEX triplet: 0F, 56 and D0. RGB value is (15,86,208). Sum of RGB (Red+Green+Blue) = 15+86+208=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #0F56D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F56D0 is #F0A92F. Grayscale: #4E4E4E. Windows color (decimal): -15771952 or 13653519. OLE color: 13653519.

HSL color Cylindrical-coordinate representation of color #0F56D0: hue angle of 217.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F56D0 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1586208-
CMYK0.930.5900.18
HSL217.93º86.55%43.73%-
HSV(B)217.93º92.79%81.57%-
XYZ14.9111.3161.07-
YUV78.68200.9882.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.85%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 208 (81.64% from 255) = 67.31%
R=4.85%
G=27.83%
B=67.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal15862080.930.5900.18217.9386.5543.73
HexF56D05D3B012da572c
Octal171263201357302233212754
Binary11111010110110100001011101111011010010110110101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F56D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F56D0; }

 p { color: rgb(15,86,208); }

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

<style>
 a { background-color: #0F56D0; }

 a { background-color: rgb(15,86,208); }

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

<style>
 span { border-color: #0F56D0; }

 span { border-color: rgb(15,86,208); }

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