Html Css Color HEX #121BAE Egyptian Blue

📋 copy color: '#121BAE'

red 18 ◦ green 27 ◦ blue 174

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

Shades of Egyptian Blue #121BAE

Tints of Egyptian Blue #121BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.33%

 BLUE value IS 174 (68.36% from 255) = 79.45%

R = 8.22%
G = 12.33%
B = 79.45%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#121BAE (or 0x121BAE) is known color: Egyptian Blue. HEX triplet: 12, 1B and AE. RGB value is (18,27,174). Sum of RGB (Red+Green+Blue) = 18+27+174=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #121BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BAE is #EDE451. Grayscale: #282828. Windows color (decimal): -15590482 or 11410194. OLE color: 11410194.

HSL color Cylindrical-coordinate representation of color #121BAE: hue angle of 236.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121BAE is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 27 174 -
CMYK 0.90 0.84 0 0.32
HSL 236.54º 0.81% 0.38% -
HSV(B) 236.54º 0.9% 0.68% -
XYZ 8.28 3.97 40.37 -
YUV 41.07 203.02 111.55 -
System Red Green Blue C M Y K H S L
Decimal 18 27 174 0.90 0.84 0 0.32 236.54 0.81 0.38
Hex 12 1B AE 5A 54 0 20 ED 51 26
Octal 22 33 256 132 124 0 40 355 121 46
Binary 10010 11011 10101110 1011010 1010100 0 100000 11101101 1010001 100110

Color Harmonies of #121BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BAE

Black with #121BAE

Text Example


Text Example

White with #121BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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