#1204C2

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

Shades of Medium Blue #1204C2

Tints of Medium Blue #1204C2

Color information

#1204C2 (or 0x1204C2) is unknown color: approx Medium Blue. HEX triplet: 12, 04 and C2. RGB value is (18,4,194). Sum of RGB (Red+Green+Blue) = 18+4+194=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 194 (76.17% from 255 or 89.81% from 216); Max value from RGB is 194 - color contains mainly: blue. Hex color #1204C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204C2 is #EDFB3D. Grayscale: #1D1D1D. Windows color (decimal): -15596350 or 12715026. OLE color: 12715026.

HSL color Cylindrical-coordinate representation of color #1204C2: hue angle of 244.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204C2 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184194-
CMYK0.910.9800.24
HSL244.42º95.96%38.82%-
HSV(B)244.42º97.94%76.08%-
XYZ10.034.1151.3-
YUV29.85220.64119.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 194 (76.17% from 255) = 89.81%
R=8.33%
G=1.85%
B=89.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841940.910.9800.24244.4295.9638.82
Hex124C25B62018f46027
Octal22430213314203036414047
Binary100101001100001010110111100010011000111101001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1204C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1204C2; }

 p { color: rgb(18,4,194); }

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

<style>
 a { background-color: #1204C2; }

 a { background-color: rgb(18,4,194); }

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

<style>
 span { border-color: #1204C2; }

 span { border-color: rgb(18,4,194); }

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