#1410C6

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

Shades of Medium Blue #1410C6

Tints of Medium Blue #1410C6

Color information

#1410C6 (or 0x1410C6) is unknown color: approx Medium Blue. HEX triplet: 14, 10 and C6. RGB value is (20,16,198). Sum of RGB (Red+Green+Blue) = 20+16+198=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 198 (77.73% from 255 or 84.62% from 234); Max value from RGB is 198 - color contains mainly: blue. Hex color #1410C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1410C6 is #EBEF39. Grayscale: #252525. Windows color (decimal): -15462202 or 12980244. OLE color: 12980244.

HSL color Cylindrical-coordinate representation of color #1410C6: hue angle of 241.32º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1410C6 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2016198-
CMYK0.900.9200.22
HSL241.32º85.05%41.96%-
HSV(B)241.32º91.92%77.65%-
XYZ10.674.653.75-
YUV37.94218.33115.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 198 (77.73% from 255) = 84.62%
R=8.55%
G=6.84%
B=84.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20161980.900.9200.22241.3285.0541.96
Hex1410C65A5C016f1552a
Octal242030613213402636112552
Binary10100100001100011010110101011100010110111100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1410C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1410C6; }

 p { color: rgb(20,16,198); }

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

<style>
 a { background-color: #1410C6; }

 a { background-color: rgb(20,16,198); }

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

<style>
 span { border-color: #1410C6; }

 span { border-color: rgb(20,16,198); }

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