Html Css Color HEX #121CAC Egyptian Blue

📋 copy color: '#121CAC'

red 18 ◦ green 28 ◦ blue 172

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

Shades of Egyptian Blue #121CAC

Tints of Egyptian Blue #121CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 8.26%
G = 12.84%
B = 78.9%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#121CAC (or 0x121CAC) is known color: Egyptian Blue. HEX triplet: 12, 1C and AC. RGB value is (18,28,172). Sum of RGB (Red+Green+Blue) = 18+28+172=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #121CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121CAC is #EDE353. Grayscale: #282828. Windows color (decimal): -15590228 or 11279378. OLE color: 11279378.

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

Color convert

RGB 18 28 172 -
CMYK 0.90 0.84 0 0.33
HSL 236.1º 0.81% 0.37% -
HSV(B) 236.1º 0.9% 0.67% -
XYZ 8.11 3.94 39.36 -
YUV 41.43 201.69 111.29 -
System Red Green Blue C M Y K H S L
Decimal 18 28 172 0.90 0.84 0 0.33 236.1 0.81 0.37
Hex 12 1C AC 5A 54 0 21 EC 51 25
Octal 22 34 254 132 124 0 41 354 121 45
Binary 10010 11100 10101100 1011010 1010100 0 100001 11101100 1010001 100101

Color Harmonies of #121CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CAC

Black with #121CAC

Text Example


Text Example

White with #121CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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