#1006DF

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

Shades of Medium Blue #1006DF

Tints of Medium Blue #1006DF

Color information

#1006DF (or 0x1006DF) is unknown color: approx Medium Blue. HEX triplet: 10, 06 and DF. RGB value is (16,6,223). Sum of RGB (Red+Green+Blue) = 16+6+223=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 223 (87.5% from 255 or 91.02% from 245); Max value from RGB is 223 - color contains mainly: blue. Hex color #1006DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006DF is #EFF920. Grayscale: #202020. Windows color (decimal): -15726881 or 14616080. OLE color: 14616080.

HSL color Cylindrical-coordinate representation of color #1006DF: hue angle of 242.76º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006DF is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166223-
CMYK0.930.9700.13
HSL242.76º94.76%44.9%-
HSV(B)242.76º97.31%87.45%-
XYZ13.65.5770.17-
YUV33.73234.81115.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 223 (87.5% from 255) = 91.02%
R=6.53%
G=2.45%
B=91.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662230.930.9700.13242.7694.7644.9
Hex106DF5D610Df35f2d
Octal20633713514101536313755
Binary10000110110111111011101110000101101111100111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1006DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1006DF; }

 p { color: rgb(16,6,223); }

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

<style>
 a { background-color: #1006DF; }

 a { background-color: rgb(16,6,223); }

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

<style>
 span { border-color: #1006DF; }

 span { border-color: rgb(16,6,223); }

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