Html Css Color HEX #123293 Egyptian Blue

📋 copy color: '#123293'

red 18 ◦ green 50 ◦ blue 147

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

Shades of Egyptian Blue #123293

Tints of Egyptian Blue #123293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 8.37%
G = 23.26%
B = 68.37%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123293 (or 0x123293) is known color: Egyptian Blue. HEX triplet: 12, 32 and 93. RGB value is (18,50,147). Sum of RGB (Red+Green+Blue) = 18+50+147=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #123293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123293 is #EDCD6C. Grayscale: #333333. Windows color (decimal): -15584621 or 9646610. OLE color: 9646610.

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

Color convert

RGB 18 50 147 -
CMYK 0.88 0.66 0 0.42
HSL 225.12º 0.78% 0.32% -
HSV(B) 225.12º 0.88% 0.58% -
XYZ 6.66 4.52 28.12 -
YUV 51.49 181.9 104.11 -
System Red Green Blue C M Y K H S L
Decimal 18 50 147 0.88 0.66 0 0.42 225.12 0.78 0.32
Hex 12 32 93 58 42 0 2A E1 4E 20
Octal 22 62 223 130 102 0 52 341 116 40
Binary 10010 110010 10010011 1011000 1000010 0 101010 11100001 1001110 100000

Color Harmonies of #123293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123293

Black with #123293

Text Example


Text Example

White with #123293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123293; }

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

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

background-color css

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

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

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

border-color css

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

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

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