#1402C1

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

Shades of Medium Blue #1402C1

Tints of Medium Blue #1402C1

Color information

#1402C1 (or 0x1402C1) is unknown color: approx Medium Blue. HEX triplet: 14, 02 and C1. RGB value is (20,2,193). Sum of RGB (Red+Green+Blue) = 20+2+193=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 193 (75.78% from 255 or 89.77% from 215); Max value from RGB is 193 - color contains mainly: blue. Hex color #1402C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1402C1 is #EBFD3E. Grayscale: #1C1C1C. Windows color (decimal): -15465791 or 12648980. OLE color: 12648980.

HSL color Cylindrical-coordinate representation of color #1402C1: hue angle of 245.65º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1402C1 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB202193-
CMYK0.900.9900.24
HSL245.65º97.95%38.24%-
HSV(B)245.65º98.96%75.69%-
XYZ9.944.0450.71-
YUV29.16220.46121.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 193 (75.78% from 255) = 89.77%
R=9.30%
G=0.93%
B=89.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2021930.900.9900.24245.6597.9538.24
Hex142C15A63018f66226
Octal24230113214303036614246
Binary10100101100000110110101100011011000111101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1402C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1402C1; }

 p { color: rgb(20,2,193); }

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

<style>
 a { background-color: #1402C1; }

 a { background-color: rgb(20,2,193); }

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

<style>
 span { border-color: #1402C1; }

 span { border-color: rgb(20,2,193); }

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