#1001DA

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

Shades of Medium Blue #1001DA

Tints of Medium Blue #1001DA

Color information

#1001DA (or 0x1001DA) is unknown color: approx Medium Blue. HEX triplet: 10, 01 and DA. RGB value is (16,1,218). Sum of RGB (Red+Green+Blue) = 16+1+218=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 218 (85.55% from 255 or 92.77% from 235); Max value from RGB is 218 - color contains mainly: blue. Hex color #1001DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1001DA is #EFFE25. Grayscale: #1D1D1D. Windows color (decimal): -15728166 or 14287120. OLE color: 14287120.

HSL color Cylindrical-coordinate representation of color #1001DA: hue angle of 244.15º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1001DA is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161218-
CMYK0.931.0000.15
HSL244.15º99.09%42.94%-
HSV(B)244.15º99.54%85.49%-
XYZ12.885.1966.65-
YUV30.22233.97117.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.81%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 218 (85.55% from 255) = 92.77%
R=6.81%
G=0.43%
B=92.77%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612180.931.0000.15244.1599.0942.94
Hex101DA5D640Ff4632b
Octal20133213514401736414353
Binary100001110110101011101110010001111111101001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1001DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1001DA; }

 p { color: rgb(16,1,218); }

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

<style>
 a { background-color: #1001DA; }

 a { background-color: rgb(16,1,218); }

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

<style>
 span { border-color: #1001DA; }

 span { border-color: rgb(16,1,218); }

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