#1002D5

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

Shades of Medium Blue #1002D5

Tints of Medium Blue #1002D5

Color information

#1002D5 (or 0x1002D5) is unknown color: approx Medium Blue. HEX triplet: 10, 02 and D5. RGB value is (16,2,213). Sum of RGB (Red+Green+Blue) = 16+2+213=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 213 (83.59% from 255 or 92.21% from 231); Max value from RGB is 213 - color contains mainly: blue. Hex color #1002D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002D5 is #EFFD2A. Grayscale: #1D1D1D. Windows color (decimal): -15727915 or 13959696. OLE color: 13959696.

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

Color convert

RGB162213-
CMYK0.920.9900.16
HSL243.98º98.14%42.16%-
HSV(B)243.98º99.06%83.53%-
XYZ12.254.9663.26-
YUV30.24231.14117.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 213 (83.59% from 255) = 92.21%
R=6.93%
G=0.87%
B=92.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622130.920.9900.16243.9898.1442.16
Hex102D55C63010f4622a
Octal20232513414302036414252
Binary10000101101010110111001100011010000111101001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1002D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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