#1410C8

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

Shades of Medium Blue #1410C8

Tints of Medium Blue #1410C8

Color information

#1410C8 (or 0x1410C8) is unknown color: approx Medium Blue. HEX triplet: 14, 10 and C8. RGB value is (20,16,200). Sum of RGB (Red+Green+Blue) = 20+16+200=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 200 (78.52% from 255 or 84.75% from 236); Max value from RGB is 200 - color contains mainly: blue. Hex color #1410C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1410C8 is #EBEF37. Grayscale: #252525. Windows color (decimal): -15462200 or 13111316. OLE color: 13111316.

HSL color Cylindrical-coordinate representation of color #1410C8: hue angle of 241.3º 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 #1410C8 is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2016200-
CMYK0.90.9200.22
HSL241.3º85.19%42.35%-
HSV(B)241.3º92%78.43%-
XYZ10.94.6954.97-
YUV38.17219.33115.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 200 (78.52% from 255) = 84.75%
R=8.47%
G=6.78%
B=84.75%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20162000.90.9200.22241.385.1942.35
Hex1410C85A5C016f1552a
Octal242031013213402636112552
Binary10100100001100100010110101011100010110111100011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1410C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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