Html Css Color HEX #122793 Egyptian Blue

📋 copy color: '#122793'

red 18 ◦ green 39 ◦ blue 147

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

Shades of Egyptian Blue #122793

Tints of Egyptian Blue #122793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.12%

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

R = 8.82%
G = 19.12%
B = 72.06%

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

#122793 (or 0x122793) is known color: Egyptian Blue. HEX triplet: 12, 27 and 93. RGB value is (18,39,147). Sum of RGB (Red+Green+Blue) = 18+39+147=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #122793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122793 is #EDD86C. Grayscale: #2C2C2C. Windows color (decimal): -15587437 or 9643794. OLE color: 9643794.

HSL color Cylindrical-coordinate representation of color #122793: hue angle of 230.23º 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 #122793 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 39 147 -
CMYK 0.88 0.73 0 0.42
HSL 230.23º 0.78% 0.32% -
HSV(B) 230.23º 0.88% 0.58% -
XYZ 6.24 3.69 27.99 -
YUV 45.03 185.54 108.72 -
System Red Green Blue C M Y K H S L
Decimal 18 39 147 0.88 0.73 0 0.42 230.23 0.78 0.32
Hex 12 27 93 58 49 0 2A E6 4E 20
Octal 22 47 223 130 111 0 52 346 116 40
Binary 10010 100111 10010011 1011000 1001001 0 101010 11100110 1001110 100000

Color Harmonies of #122793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122793

Black with #122793

Text Example


Text Example

White with #122793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122793; }

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

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

background-color css

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

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

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

border-color css

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

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

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