#121BE1

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

Shades of Medium Blue #121BE1

Tints of Medium Blue #121BE1

Color information

#121BE1 (or 0x121BE1) is unknown color: approx Medium Blue. HEX triplet: 12, 1B and E1. RGB value is (18,27,225). Sum of RGB (Red+Green+Blue) = 18+27+225=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 225 (88.28% from 255 or 83.33% from 270); Max value from RGB is 225 - color contains mainly: blue. Hex color #121BE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BE1 is #EDE41E. Grayscale: #2E2E2E. Windows color (decimal): -15590431 or 14752530. OLE color: 14752530.

HSL color Cylindrical-coordinate representation of color #121BE1: hue angle of 237.39º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BE1 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1827225-
CMYK0.920.8800.12
HSL237.39º85.19%47.65%-
HSV(B)237.39º92%88.24%-
XYZ14.236.3571.71-
YUV46.88228.52107.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.67%
GREEN value IS 27 (10.94% from 255) = 10%
BLUE value IS 225 (88.28% from 255) = 83.33%
R=6.67%
G=10%
B=83.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal18272250.920.8800.12237.3985.1947.65
Hex121BE15C580Ced5530
Octal223334113413001435512560
Binary1001011011111000011011100101100001100111011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121BE1; }

 p { color: rgb(18,27,225); }

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

<style>
 a { background-color: #121BE1; }

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

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

<style>
 span { border-color: #121BE1; }

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

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