#1213B5

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

Shades of Medium Blue #1213B5

Tints of Medium Blue #1213B5

Color information

#1213B5 (or 0x1213B5) is unknown color: approx Medium Blue. HEX triplet: 12, 13 and B5. RGB value is (18,19,181). Sum of RGB (Red+Green+Blue) = 18+19+181=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 181 (71.09% from 255 or 83.03% from 218); Max value from RGB is 181 - color contains mainly: blue. Hex color #1213B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213B5 is #EDEC4A. Grayscale: #242424. Windows color (decimal): -15592523 or 11866898. OLE color: 11866898.

HSL color Cylindrical-coordinate representation of color #1213B5: hue angle of 239.63º 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 #1213B5 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1819181-
CMYK0.900.9000.29
HSL239.63º81.91%39.02%-
HSV(B)239.63º90.06%70.98%-
XYZ8.823.9344.01-
YUV37.17209.17114.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 181 (71.09% from 255) = 83.03%
R=8.26%
G=8.72%
B=83.03%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18191810.900.9000.29239.6381.9139.02
Hex1213B55A5A01Df05227
Octal222326513213203536012247
Binary10010100111011010110110101011010011101111100001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1213B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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