#1214B6

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

Shades of Medium Blue #1214B6

Tints of Medium Blue #1214B6

Color information

#1214B6 (or 0x1214B6) is unknown color: approx Medium Blue. HEX triplet: 12, 14 and B6. RGB value is (18,20,182). Sum of RGB (Red+Green+Blue) = 18+20+182=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 182 (71.48% from 255 or 82.73% from 220); Max value from RGB is 182 - color contains mainly: blue. Hex color #1214B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214B6 is #EDEB49. Grayscale: #252525. Windows color (decimal): -15592266 or 11932690. OLE color: 11932690.

HSL color Cylindrical-coordinate representation of color #1214B6: hue angle of 239.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1214B6 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1820182-
CMYK0.900.8900.29
HSL239.27º82%39.22%-
HSV(B)239.27º90.11%71.37%-
XYZ8.944.0144.56-
YUV37.87209.34113.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 20 (8.20% from 255) = 9.09%
BLUE value IS 182 (71.48% from 255) = 82.73%
R=8.18%
G=9.09%
B=82.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18201820.900.8900.29239.278239.22
Hex1214B65A5901Def5227
Octal222426613213103535712247
Binary10010101001011011010110101011001011101111011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1214B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1214B6; }

 p { color: rgb(18,20,182); }

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

<style>
 a { background-color: #1214B6; }

 a { background-color: rgb(18,20,182); }

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

<style>
 span { border-color: #1214B6; }

 span { border-color: rgb(18,20,182); }

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