Html Css Color HEX #123793 Egyptian Blue

📋 copy color: '#123793'

red 18 ◦ green 55 ◦ blue 147

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

Shades of Egyptian Blue #123793

Tints of Egyptian Blue #123793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 8.18%
G = 25%
B = 66.82%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123793 (or 0x123793) is known color: Egyptian Blue. HEX triplet: 12, 37 and 93. RGB value is (18,55,147). Sum of RGB (Red+Green+Blue) = 18+55+147=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #123793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123793 is #EDC86C. Grayscale: #363636. Windows color (decimal): -15583341 or 9647890. OLE color: 9647890.

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

Color convert

RGB 18 55 147 -
CMYK 0.88 0.63 0 0.42
HSL 222.79º 0.78% 0.32% -
HSV(B) 222.79º 0.88% 0.58% -
XYZ 6.88 4.97 28.2 -
YUV 54.43 180.24 102.02 -
System Red Green Blue C M Y K H S L
Decimal 18 55 147 0.88 0.63 0 0.42 222.79 0.78 0.32
Hex 12 37 93 58 3F 0 2A DF 4E 20
Octal 22 67 223 130 77 0 52 337 116 40
Binary 10010 110111 10010011 1011000 111111 0 101010 11011111 1001110 100000

Color Harmonies of #123793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123793

Black with #123793

Text Example


Text Example

White with #123793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123793; }

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

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

background-color css

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

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

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

border-color css

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

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

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