Html Css Color HEX #123794 Egyptian Blue

📋 copy color: '#123794'

red 18 ◦ green 55 ◦ blue 148

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

Shades of Egyptian Blue #123794

Tints of Egyptian Blue #123794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.97%

R = 8.14%
G = 24.89%
B = 66.97%

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

#123794 (or 0x123794) is known color: Egyptian Blue. HEX triplet: 12, 37 and 94. RGB value is (18,55,148). Sum of RGB (Red+Green+Blue) = 18+55+148=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #123794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123794 is #EDC86B. Grayscale: #363636. Windows color (decimal): -15583340 or 9713426. OLE color: 9713426.

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

Color convert

RGB 18 55 148 -
CMYK 0.88 0.63 0 0.42
HSL 222.92º 0.78% 0.33% -
HSV(B) 222.92º 0.88% 0.58% -
XYZ 6.96 5 28.62 -
YUV 54.54 180.74 101.94 -
System Red Green Blue C M Y K H S L
Decimal 18 55 148 0.88 0.63 0 0.42 222.92 0.78 0.33
Hex 12 37 94 58 3F 0 2A DF 4E 21
Octal 22 67 224 130 77 0 52 337 116 41
Binary 10010 110111 10010100 1011000 111111 0 101010 11011111 1001110 100001

Color Harmonies of #123794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123794

Black with #123794

Text Example


Text Example

White with #123794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123794; }

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

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

background-color css

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

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

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

border-color css

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

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

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