#1204B5

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

Shades of Medium Blue #1204B5

Tints of Medium Blue #1204B5

Color information

#1204B5 (or 0x1204B5) is unknown color: approx Medium Blue. HEX triplet: 12, 04 and B5. RGB value is (18,4,181). Sum of RGB (Red+Green+Blue) = 18+4+181=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 181 (71.09% from 255 or 89.16% from 203); Max value from RGB is 181 - color contains mainly: blue. Hex color #1204B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1204B5 is #EDFB4A. Grayscale: #1B1B1B. Windows color (decimal): -15596363 or 11863058. OLE color: 11863058.

HSL color Cylindrical-coordinate representation of color #1204B5: hue angle of 244.75º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204B5 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB184181-
CMYK0.900.9800.29
HSL244.75º95.68%36.27%-
HSV(B)244.75º97.79%70.98%-
XYZ8.633.5543.95-
YUV28.36214.14120.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 181 (71.09% from 255) = 89.16%
R=8.87%
G=1.97%
B=89.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1841810.900.9800.29244.7595.6836.27
Hex124B55A6201Df56024
Octal22426513214203536514044
Binary100101001011010110110101100010011101111101011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1204B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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