Html Css Color HEX #123392 Egyptian Blue

📋 copy color: '#123392'

red 18 ◦ green 51 ◦ blue 146

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

Shades of Egyptian Blue #123392

Tints of Egyptian Blue #123392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 67.91%

R = 8.37%
G = 23.72%
B = 67.91%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123392 (or 0x123392) is known color: Egyptian Blue. HEX triplet: 12, 33 and 92. RGB value is (18,51,146). Sum of RGB (Red+Green+Blue) = 18+51+146=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #123392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123392 is #EDCC6D. Grayscale: #333333. Windows color (decimal): -15584366 or 9581330. OLE color: 9581330.

HSL color Cylindrical-coordinate representation of color #123392: hue angle of 224.53º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123392 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 51 146 -
CMYK 0.88 0.65 0 0.43
HSL 224.53º 0.78% 0.32% -
HSV(B) 224.53º 0.88% 0.57% -
XYZ 6.62 4.57 27.73 -
YUV 51.96 181.07 103.78 -
System Red Green Blue C M Y K H S L
Decimal 18 51 146 0.88 0.65 0 0.43 224.53 0.78 0.32
Hex 12 33 92 58 41 0 2B E1 4E 20
Octal 22 63 222 130 101 0 53 341 116 40
Binary 10010 110011 10010010 1011000 1000001 0 101011 11100001 1001110 100000

Color Harmonies of #123392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123392

Black with #123392

Text Example


Text Example

White with #123392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123392; }

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

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

background-color css

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

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

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

border-color css

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

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

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