#1216C0

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

Shades of Medium Blue #1216C0

Tints of Medium Blue #1216C0

Color information

#1216C0 (or 0x1216C0) is unknown color: approx Medium Blue. HEX triplet: 12, 16 and C0. RGB value is (18,22,192). Sum of RGB (Red+Green+Blue) = 18+22+192=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 192 (75.39% from 255 or 82.76% from 232); Max value from RGB is 192 - color contains mainly: blue. Hex color #1216C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216C0 is #EDE93F. Grayscale: #272727. Windows color (decimal): -15591744 or 12588562. OLE color: 12588562.

HSL color Cylindrical-coordinate representation of color #1216C0: hue angle of 238.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1216C0 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1822192-
CMYK0.910.8900.25
HSL238.62º82.86%41.18%-
HSV(B)238.62º90.62%75.29%-
XYZ10.054.5150.21-
YUV40.18213.67112.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 192 (75.39% from 255) = 82.76%
R=7.76%
G=9.48%
B=82.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18221920.910.8900.25238.6282.8641.18
Hex1216C05B59019ef5329
Octal222630013313103135712351
Binary10010101101100000010110111011001011001111011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1216C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1216C0; }

 p { color: rgb(18,22,192); }

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

<style>
 a { background-color: #1216C0; }

 a { background-color: rgb(18,22,192); }

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

<style>
 span { border-color: #1216C0; }

 span { border-color: rgb(18,22,192); }

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