#0120df

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

Shades of Medium Blue #0120DF

Tints of Medium Blue #0120DF

Color information

#0120DF (or 0x0120DF) is unknown color: approx Medium Blue. HEX triplet: 01, 20 and DF. RGB value is (1,32,223). Sum of RGB (Red+Green+Blue) = 1+32+223=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #0120DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0120DF is #FEDF20. Grayscale: #2B2B2B. Windows color (decimal): -16703265 or 14622721. OLE color: 14622721.

HSL color Cylindrical-coordinate representation of color #0120DF: hue angle of 231.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0120DF is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132223-
CMYK1.000.8600.13
HSL231.62º99.11%43.92%-
HSV(B)231.62º99.55%87.45%-
XYZ13.856.3770.31-
YUV44.5228.7396.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 223 (87.5% from 255) = 87.11%
R=0.39%
G=12.5%
B=87.11%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322231.000.8600.13231.6299.1143.92
Hex120DF64560De8632c
Octal14033714412601535014354
Binary1100000110111111100100101011001101111010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0120df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0120df; }

 p { color: rgb(1,32,223); }

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

<style>
 a { background-color: #0120df; }

 a { background-color: rgb(1,32,223); }

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

<style>
 span { border-color: #0120df; }

 span { border-color: rgb(1,32,223); }

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