#1214CA

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

Shades of Medium Blue #1214CA

Tints of Medium Blue #1214CA

Color information

#1214CA (or 0x1214CA) is unknown color: approx Medium Blue. HEX triplet: 12, 14 and CA. RGB value is (18,20,202). Sum of RGB (Red+Green+Blue) = 18+20+202=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #1214CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1214CA is #EDEB35. Grayscale: #272727. Windows color (decimal): -15592246 or 13243410. OLE color: 13243410.

HSL color Cylindrical-coordinate representation of color #1214CA: hue angle of 239.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1214CA is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1820202-
CMYK0.910.9000.21
HSL239.35º83.64%43.14%-
HSV(B)239.35º91.09%79.22%-
XYZ11.164.8956.23-
YUV40.15219.34112.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 202 (79.30% from 255) = 84.17%
R=7.5%
G=8.33%
B=84.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18202020.910.9000.21239.3583.6443.14
Hex1214CA5B5A015ef542b
Octal222431213313202535712453
Binary10010101001100101010110111011010010101111011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1214CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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