Html Css Color HEX #121CA2 Egyptian Blue

📋 copy color: '#121CA2'

red 18 ◦ green 28 ◦ blue 162

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

Shades of Egyptian Blue #121CA2

Tints of Egyptian Blue #121CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 77.88%

R = 8.65%
G = 13.46%
B = 77.88%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#121CA2 (or 0x121CA2) is known color: Egyptian Blue. HEX triplet: 12, 1C and A2. RGB value is (18,28,162). Sum of RGB (Red+Green+Blue) = 18+28+162=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 162 (63.67% from 255 or 77.88% from 208); Max value from RGB is 162 - color contains mainly: blue. Hex color #121CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121CA2 is #EDE35D. Grayscale: #272727. Windows color (decimal): -15590238 or 10624018. OLE color: 10624018.

HSL color Cylindrical-coordinate representation of color #121CA2: hue angle of 235.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121CA2 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 28 162 -
CMYK 0.89 0.83 0 0.36
HSL 235.83º 0.8% 0.35% -
HSV(B) 235.83º 0.89% 0.64% -
XYZ 7.19 3.57 34.49 -
YUV 40.29 196.69 112.1 -
System Red Green Blue C M Y K H S L
Decimal 18 28 162 0.89 0.83 0 0.36 235.83 0.8 0.35
Hex 12 1C A2 59 53 0 24 EC 50 23
Octal 22 34 242 131 123 0 44 354 120 43
Binary 10010 11100 10100010 1011001 1010011 0 100100 11101100 1010000 100011

Color Harmonies of #121CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CA2

Black with #121CA2

Text Example


Text Example

White with #121CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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