Html Css Color HEX #123493 Egyptian Blue

📋 copy color: '#123493'

red 18 ◦ green 52 ◦ blue 147

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

Shades of Egyptian Blue #123493

Tints of Egyptian Blue #123493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 8.29%
G = 23.96%
B = 67.74%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123493 (or 0x123493) is known color: Egyptian Blue. HEX triplet: 12, 34 and 93. RGB value is (18,52,147). Sum of RGB (Red+Green+Blue) = 18+52+147=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #123493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123493 is #EDCB6C. Grayscale: #343434. Windows color (decimal): -15584109 or 9647122. OLE color: 9647122.

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

Color convert

RGB 18 52 147 -
CMYK 0.88 0.65 0 0.42
HSL 224.19º 0.78% 0.32% -
HSV(B) 224.19º 0.88% 0.58% -
XYZ 6.74 4.69 28.15 -
YUV 52.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 18 52 147 0.88 0.65 0 0.42 224.19 0.78 0.32
Hex 12 34 93 58 41 0 2A E0 4E 20
Octal 22 64 223 130 101 0 52 340 116 40
Binary 10010 110100 10010011 1011000 1000001 0 101010 11100000 1001110 100000

Color Harmonies of #123493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123493

Black with #123493

Text Example


Text Example

White with #123493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123493; }

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

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

background-color css

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

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

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

border-color css

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

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

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