#0F06D0

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

Shades of Medium Blue #0F06D0

Tints of Medium Blue #0F06D0

Color information

#0F06D0 (or 0x0F06D0) is unknown color: approx Medium Blue. HEX triplet: 0F, 06 and D0. RGB value is (15,6,208). Sum of RGB (Red+Green+Blue) = 15+6+208=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 208 (81.64% from 255 or 90.83% from 229); Max value from RGB is 208 - color contains mainly: blue. Hex color #0F06D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F06D0 is #F0F92F. Grayscale: #1E1E1E. Windows color (decimal): -15792432 or 13633039. OLE color: 13633039.

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

Color convert

RGB156208-
CMYK0.930.9700.18
HSL242.67º94.39%41.96%-
HSV(B)242.67º97.12%81.57%-
XYZ11.654.7959.98-
YUV31.72227.48116.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 208 (81.64% from 255) = 90.83%
R=6.55%
G=2.62%
B=90.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562080.930.9700.18242.6794.3941.96
HexF6D05D61012f35e2a
Octal17632013514102236313652
Binary11111101101000010111011100001010010111100111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F06D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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