Html Css Color HEX #121BAB Egyptian Blue

📋 copy color: '#121BAB'

red 18 ◦ green 27 ◦ blue 171

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

Shades of Egyptian Blue #121BAB

Tints of Egyptian Blue #121BAB

RGB

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

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

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

R = 8.33%
G = 12.5%
B = 79.17%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#121BAB (or 0x121BAB) is known color: Egyptian Blue. HEX triplet: 12, 1B and AB. RGB value is (18,27,171). Sum of RGB (Red+Green+Blue) = 18+27+171=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #121BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BAB is #EDE454. Grayscale: #282828. Windows color (decimal): -15590485 or 11213586. OLE color: 11213586.

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

Color convert

RGB 18 27 171 -
CMYK 0.89 0.84 0 0.33
HSL 236.47º 0.81% 0.37% -
HSV(B) 236.47º 0.89% 0.67% -
XYZ 7.99 3.85 38.85 -
YUV 40.73 201.52 111.79 -
System Red Green Blue C M Y K H S L
Decimal 18 27 171 0.89 0.84 0 0.33 236.47 0.81 0.37
Hex 12 1B AB 59 54 0 21 EC 51 25
Octal 22 33 253 131 124 0 41 354 121 45
Binary 10010 11011 10101011 1011001 1010100 0 100001 11101100 1010001 100101

Color Harmonies of #121BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BAB

Black with #121BAB

Text Example


Text Example

White with #121BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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