Html Css Color HEX #121AE1 Medium Blue

📋 copy color: '#121AE1'

red 18 ◦ green 26 ◦ blue 225

#121AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #121AE1

Tints of Medium Blue #121AE1

RGB

 RED value IS 18 (7.42% from 255) = 6.69%

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 225 (88.28% from 255) = 83.64%

R = 6.69%
G = 9.67%
B = 83.64%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#121AE1 (or 0x121AE1) is known color: Medium Blue. HEX triplet: 12, 1A and E1. RGB value is (18,26,225). Sum of RGB (Red+Green+Blue) = 18+26+225=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 225 (88.28% from 255 or 83.64% from 269); Max value from RGB is 225 - color contains mainly: blue. Hex color #121AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AE1 is #EDE51E. Grayscale: #2D2D2D. Windows color (decimal): -15590687 or 14752274. OLE color: 14752274.

HSL color Cylindrical-coordinate representation of color #121AE1: hue angle of 237.68º 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 #121AE1 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 26 225 -
CMYK 0.92 0.88 0 0.12
HSL 237.68º 0.85% 0.48% -
HSV(B) 237.68º 0.92% 0.88% -
XYZ 14.21 6.3 71.7 -
YUV 46.29 228.85 107.82 -
System Red Green Blue C M Y K H S L
Decimal 18 26 225 0.92 0.88 0 0.12 237.68 0.85 0.48
Hex 12 1A E1 5C 58 0 C EE 55 30
Octal 22 32 341 134 130 0 14 356 125 60
Binary 10010 11010 11100001 1011100 1011000 0 1100 11101110 1010101 110000

Color Harmonies of #121AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AE1

Black with #121AE1

Text Example


Text Example

White with #121AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #121AE1;
 }
 .AnyTagClassName
 {
   color: #121AE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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