Html Css Color HEX #123393 Egyptian Blue

📋 copy color: '#123393'

red 18 ◦ green 51 ◦ blue 147

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

Shades of Egyptian Blue #123393

Tints of Egyptian Blue #123393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 8.33%
G = 23.61%
B = 68.06%

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

#123393 (or 0x123393) is known color: Egyptian Blue. HEX triplet: 12, 33 and 93. RGB value is (18,51,147). Sum of RGB (Red+Green+Blue) = 18+51+147=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #123393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123393 is #EDCC6C. Grayscale: #333333. Windows color (decimal): -15584365 or 9646866. OLE color: 9646866.

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

Color convert

RGB 18 51 147 -
CMYK 0.88 0.65 0 0.42
HSL 224.65º 0.78% 0.32% -
HSV(B) 224.65º 0.88% 0.58% -
XYZ 6.7 4.6 28.14 -
YUV 52.08 181.57 103.69 -
System Red Green Blue C M Y K H S L
Decimal 18 51 147 0.88 0.65 0 0.42 224.65 0.78 0.32
Hex 12 33 93 58 41 0 2A E1 4E 20
Octal 22 63 223 130 101 0 52 341 116 40
Binary 10010 110011 10010011 1011000 1000001 0 101010 11100001 1001110 100000

Color Harmonies of #123393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123393

Black with #123393

Text Example


Text Example

White with #123393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123393; }

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

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

background-color css

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

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

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

border-color css

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

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

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