Html Css Color HEX #123193 Egyptian Blue

📋 copy color: '#123193'

red 18 ◦ green 49 ◦ blue 147

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

Shades of Egyptian Blue #123193

Tints of Egyptian Blue #123193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

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

R = 8.41%
G = 22.9%
B = 68.69%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123193 (or 0x123193) is known color: Egyptian Blue. HEX triplet: 12, 31 and 93. RGB value is (18,49,147). Sum of RGB (Red+Green+Blue) = 18+49+147=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #123193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123193 is #EDCE6C. Grayscale: #323232. Windows color (decimal): -15584877 or 9646354. OLE color: 9646354.

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

Color convert

RGB 18 49 147 -
CMYK 0.88 0.67 0 0.42
HSL 225.58º 0.78% 0.32% -
HSV(B) 225.58º 0.88% 0.58% -
XYZ 6.61 4.43 28.11 -
YUV 50.9 182.23 104.53 -
System Red Green Blue C M Y K H S L
Decimal 18 49 147 0.88 0.67 0 0.42 225.58 0.78 0.32
Hex 12 31 93 58 43 0 2A E2 4E 20
Octal 22 61 223 130 103 0 52 342 116 40
Binary 10010 110001 10010011 1011000 1000011 0 101010 11100010 1001110 100000

Color Harmonies of #123193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123193

Black with #123193

Text Example


Text Example

White with #123193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123193; }

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

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

background-color css

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

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

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

border-color css

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

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

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