#1002D1

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

Shades of Medium Blue #1002D1

Tints of Medium Blue #1002D1

Color information

#1002D1 (or 0x1002D1) is unknown color: approx Medium Blue. HEX triplet: 10, 02 and D1. RGB value is (16,2,209). Sum of RGB (Red+Green+Blue) = 16+2+209=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 209 (82.03% from 255 or 92.07% from 227); Max value from RGB is 209 - color contains mainly: blue. Hex color #1002D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002D1 is #EFFD2E. Grayscale: #1C1C1C. Windows color (decimal): -15727919 or 13697552. OLE color: 13697552.

HSL color Cylindrical-coordinate representation of color #1002D1: hue angle of 244.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002D1 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162209-
CMYK0.920.9900.18
HSL244.06º98.1%41.37%-
HSV(B)244.06º99.04%81.96%-
XYZ11.744.7660.62-
YUV29.78229.14118.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 209 (82.03% from 255) = 92.07%
R=7.05%
G=0.88%
B=92.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622090.920.9900.18244.0698.141.37
Hex102D15C63012f46229
Octal20232113414302236414251
Binary10000101101000110111001100011010010111101001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1002D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1002D1; }

 p { color: rgb(16,2,209); }

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

<style>
 a { background-color: #1002D1; }

 a { background-color: rgb(16,2,209); }

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

<style>
 span { border-color: #1002D1; }

 span { border-color: rgb(16,2,209); }

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