#1202D1

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

Shades of Medium Blue #1202D1

Tints of Medium Blue #1202D1

Color information

#1202D1 (or 0x1202D1) is unknown color: approx Medium Blue. HEX triplet: 12, 02 and D1. RGB value is (18,2,209). Sum of RGB (Red+Green+Blue) = 18+2+209=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 209 (82.03% from 255 or 91.27% from 229); Max value from RGB is 209 - color contains mainly: blue. Hex color #1202D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202D1 is #EDFD2E. Grayscale: #1D1D1D. Windows color (decimal): -15596847 or 13697554. OLE color: 13697554.

HSL color Cylindrical-coordinate representation of color #1202D1: hue angle of 244.64º 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 #1202D1 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182209-
CMYK0.910.9900.18
HSL244.64º98.1%41.37%-
HSV(B)244.64º99.04%81.96%-
XYZ11.784.7860.62-
YUV30.38228.8119.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 209 (82.03% from 255) = 91.27%
R=7.86%
G=0.87%
B=91.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822090.910.9900.18244.6498.141.37
Hex122D15B63012f56229
Octal22232113314302236514251
Binary10010101101000110110111100011010010111101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1202D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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