#0F57D0

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

Shades of Denim #0F57D0

Tints of Denim #0F57D0

Color information

#0F57D0 (or 0x0F57D0) is unknown color: approx Denim. HEX triplet: 0F, 57 and D0. RGB value is (15,87,208). Sum of RGB (Red+Green+Blue) = 15+87+208=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #0F57D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F57D0 is #F0A82F. Grayscale: #4E4E4E. Windows color (decimal): -15771696 or 13653775. OLE color: 13653775.

HSL color Cylindrical-coordinate representation of color #0F57D0: hue angle of 217.62º 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 #0F57D0 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1587208-
CMYK0.930.5800.18
HSL217.62º86.55%43.73%-
HSV(B)217.62º92.79%81.57%-
XYZ14.9911.4761.1-
YUV79.27200.6582.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 208 (81.64% from 255) = 67.10%
R=4.84%
G=28.06%
B=67.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal15872080.930.5800.18217.6286.5543.73
HexF57D05D3A012da572c
Octal171273201357202233212754
Binary11111010111110100001011101111010010010110110101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F57D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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