Html Css Color HEX #122893 Egyptian Blue

📋 copy color: '#122893'

red 18 ◦ green 40 ◦ blue 147

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

Shades of Egyptian Blue #122893

Tints of Egyptian Blue #122893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 147 (57.81% from 255) = 71.71%

R = 8.78%
G = 19.51%
B = 71.71%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122893 (or 0x122893) is known color: Egyptian Blue. HEX triplet: 12, 28 and 93. RGB value is (18,40,147). Sum of RGB (Red+Green+Blue) = 18+40+147=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #122893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122893 is #EDD76C. Grayscale: #2D2D2D. Windows color (decimal): -15587181 or 9644050. OLE color: 9644050.

HSL color Cylindrical-coordinate representation of color #122893: hue angle of 229.77º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122893 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 40 147 -
CMYK 0.88 0.73 0 0.42
HSL 229.77º 0.78% 0.32% -
HSV(B) 229.77º 0.88% 0.58% -
XYZ 6.27 3.75 28 -
YUV 45.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 18 40 147 0.88 0.73 0 0.42 229.77 0.78 0.32
Hex 12 28 93 58 49 0 2A E6 4E 20
Octal 22 50 223 130 111 0 52 346 116 40
Binary 10010 101000 10010011 1011000 1001001 0 101010 11100110 1001110 100000

Color Harmonies of #122893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122893

Black with #122893

Text Example


Text Example

White with #122893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122893; }

 p { color: rgb(18,40,147); }

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

background-color css

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

 a { background-color: rgb(18,40,147); }

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

border-color css

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

 span { border-color: rgb(18,40,147); }

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