#1213BC

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

Shades of Medium Blue #1213BC

Tints of Medium Blue #1213BC

Color information

#1213BC (or 0x1213BC) is unknown color: approx Medium Blue. HEX triplet: 12, 13 and BC. RGB value is (18,19,188). Sum of RGB (Red+Green+Blue) = 18+19+188=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #1213BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213BC is #EDEC43. Grayscale: #252525. Windows color (decimal): -15592516 or 12325650. OLE color: 12325650.

HSL color Cylindrical-coordinate representation of color #1213BC: hue angle of 239.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1213BC is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1819188-
CMYK0.900.9000.26
HSL239.65º82.52%40.39%-
HSV(B)239.65º90.43%73.73%-
XYZ9.564.2347.89-
YUV37.97212.67113.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 188 (73.83% from 255) = 83.56%
R=8%
G=8.44%
B=83.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18191880.900.9000.26239.6582.5240.39
Hex1213BC5A5A01Af05328
Octal222327413213203236012350
Binary10010100111011110010110101011010011010111100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1213BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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