Html Css Color HEX #121E9F Egyptian Blue

📋 copy color: '#121E9F'

red 18 ◦ green 30 ◦ blue 159

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

Shades of Egyptian Blue #121E9F

Tints of Egyptian Blue #121E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.49%

 BLUE value IS 159 (62.5% from 255) = 76.81%

R = 8.7%
G = 14.49%
B = 76.81%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#121E9F (or 0x121E9F) is known color: Egyptian Blue. HEX triplet: 12, 1E and 9F. RGB value is (18,30,159). Sum of RGB (Red+Green+Blue) = 18+30+159=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #121E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E9F is #EDE160. Grayscale: #282828. Windows color (decimal): -15589729 or 10427922. OLE color: 10427922.

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

Color convert

RGB 18 30 159 -
CMYK 0.89 0.81 0 0.38
HSL 234.89º 0.8% 0.35% -
HSV(B) 234.89º 0.89% 0.62% -
XYZ 6.97 3.56 33.12 -
YUV 41.12 194.52 111.51 -
System Red Green Blue C M Y K H S L
Decimal 18 30 159 0.89 0.81 0 0.38 234.89 0.8 0.35
Hex 12 1E 9F 59 51 0 26 EB 50 23
Octal 22 36 237 131 121 0 46 353 120 43
Binary 10010 11110 10011111 1011001 1010001 0 100110 11101011 1010000 100011

Color Harmonies of #121E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E9F

Black with #121E9F

Text Example


Text Example

White with #121E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,159); }

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

background-color css

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

 a { background-color: rgb(18,30,159); }

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

border-color css

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

 span { border-color: rgb(18,30,159); }

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