Html Css Color HEX #121AAB Egyptian Blue

📋 copy color: '#121AAB'

red 18 ◦ green 26 ◦ blue 171

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

Shades of Egyptian Blue #121AAB

Tints of Egyptian Blue #121AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 79.53%

R = 8.37%
G = 12.09%
B = 79.53%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#121AAB (or 0x121AAB) is known color: Egyptian Blue. HEX triplet: 12, 1A and AB. RGB value is (18,26,171). Sum of RGB (Red+Green+Blue) = 18+26+171=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #121AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121AAB is #EDE554. Grayscale: #272727. Windows color (decimal): -15590741 or 11213330. OLE color: 11213330.

HSL color Cylindrical-coordinate representation of color #121AAB: hue angle of 236.86º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121AAB is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 26 171 -
CMYK 0.89 0.85 0 0.33
HSL 236.86º 0.81% 0.37% -
HSV(B) 236.86º 0.89% 0.67% -
XYZ 7.97 3.81 38.84 -
YUV 40.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 18 26 171 0.89 0.85 0 0.33 236.86 0.81 0.37
Hex 12 1A AB 59 55 0 21 ED 51 25
Octal 22 32 253 131 125 0 41 355 121 45
Binary 10010 11010 10101011 1011001 1010101 0 100001 11101101 1010001 100101

Color Harmonies of #121AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AAB

Black with #121AAB

Text Example


Text Example

White with #121AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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