Html Css Color HEX #121CAD Egyptian Blue

📋 copy color: '#121CAD'

red 18 ◦ green 28 ◦ blue 173

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

Shades of Egyptian Blue #121CAD

Tints of Egyptian Blue #121CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.79%

 BLUE value IS 173 (67.97% from 255) = 79%

R = 8.22%
G = 12.79%
B = 79%

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

#121CAD (or 0x121CAD) is known color: Egyptian Blue. HEX triplet: 12, 1C and AD. RGB value is (18,28,173). Sum of RGB (Red+Green+Blue) = 18+28+173=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #121CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121CAD is #EDE352. Grayscale: #282828. Windows color (decimal): -15590227 or 11344914. OLE color: 11344914.

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

Color convert

RGB 18 28 173 -
CMYK 0.90 0.84 0 0.32
HSL 236.13º 0.81% 0.37% -
HSV(B) 236.13º 0.9% 0.68% -
XYZ 8.21 3.98 39.87 -
YUV 41.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 18 28 173 0.90 0.84 0 0.32 236.13 0.81 0.37
Hex 12 1C AD 5A 54 0 20 EC 51 25
Octal 22 34 255 132 124 0 40 354 121 45
Binary 10010 11100 10101101 1011010 1010100 0 100000 11101100 1010001 100101

Color Harmonies of #121CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CAD

Black with #121CAD

Text Example


Text Example

White with #121CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,173); }

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

background-color css

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

 a { background-color: rgb(18,28,173); }

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

border-color css

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

 span { border-color: rgb(18,28,173); }

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