#1212BC

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

Shades of Medium Blue #1212BC

Tints of Medium Blue #1212BC

Color information

#1212BC (or 0x1212BC) is unknown color: approx Medium Blue. HEX triplet: 12, 12 and BC. RGB value is (18,18,188). Sum of RGB (Red+Green+Blue) = 18+18+188=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #1212BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1212BC is #EDED43. Grayscale: #242424. Windows color (decimal): -15592772 or 12325394. OLE color: 12325394.

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

Color convert

RGB1818188-
CMYK0.900.9000.26
HSL240º82.52%40.39%-
HSV(B)240º90.43%73.73%-
XYZ9.544.1947.88-
YUV37.38213114.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 188 (73.83% from 255) = 83.93%
R=8.04%
G=8.04%
B=83.93%

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
Decimal18181880.900.9000.2624082.5240.39
Hex1212BC5A5A01Af05328
Octal222227413213203236012350
Binary10010100101011110010110101011010011010111100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1212BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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