Html Css Color HEX #121FAB Egyptian Blue

📋 copy color: '#121FAB'

red 18 ◦ green 31 ◦ blue 171

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

Shades of Egyptian Blue #121FAB

Tints of Egyptian Blue #121FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

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

R = 8.18%
G = 14.09%
B = 77.73%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#121FAB (or 0x121FAB) is known color: Egyptian Blue. HEX triplet: 12, 1F and AB. RGB value is (18,31,171). Sum of RGB (Red+Green+Blue) = 18+31+171=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #121FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FAB is #EDE054. Grayscale: #2A2A2A. Windows color (decimal): -15589461 or 11214610. OLE color: 11214610.

HSL color Cylindrical-coordinate representation of color #121FAB: hue angle of 234.9º 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 #121FAB is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 31 171 -
CMYK 0.89 0.82 0 0.33
HSL 234.9º 0.81% 0.37% -
HSV(B) 234.9º 0.89% 0.67% -
XYZ 8.09 4.05 38.88 -
YUV 43.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 18 31 171 0.89 0.82 0 0.33 234.9 0.81 0.37
Hex 12 1F AB 59 52 0 21 EB 51 25
Octal 22 37 253 131 122 0 41 353 121 45
Binary 10010 11111 10101011 1011001 1010010 0 100001 11101011 1010001 100101

Color Harmonies of #121FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121FAB

Black with #121FAB

Text Example


Text Example

White with #121FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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