Html Css Color HEX #121DAB Egyptian Blue

📋 copy color: '#121DAB'

red 18 ◦ green 29 ◦ blue 171

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

Shades of Egyptian Blue #121DAB

Tints of Egyptian Blue #121DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

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

R = 8.26%
G = 13.3%
B = 78.44%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#121DAB (or 0x121DAB) is known color: Egyptian Blue. HEX triplet: 12, 1D and AB. RGB value is (18,29,171). Sum of RGB (Red+Green+Blue) = 18+29+171=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #121DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121DAB is #EDE254. Grayscale: #292929. Windows color (decimal): -15589973 or 11214098. OLE color: 11214098.

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

Color convert

RGB 18 29 171 -
CMYK 0.89 0.83 0 0.33
HSL 235.69º 0.81% 0.37% -
HSV(B) 235.69º 0.89% 0.67% -
XYZ 8.04 3.95 38.87 -
YUV 41.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 18 29 171 0.89 0.83 0 0.33 235.69 0.81 0.37
Hex 12 1D AB 59 53 0 21 EC 51 25
Octal 22 35 253 131 123 0 41 354 121 45
Binary 10010 11101 10101011 1011001 1010011 0 100001 11101100 1010001 100101

Color Harmonies of #121DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121DAB

Black with #121DAB

Text Example


Text Example

White with #121DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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