Html Css Color HEX #123694 Egyptian Blue

📋 copy color: '#123694'

red 18 ◦ green 54 ◦ blue 148

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

Shades of Egyptian Blue #123694

Tints of Egyptian Blue #123694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

 BLUE value IS 148 (58.2% from 255) = 67.27%

R = 8.18%
G = 24.55%
B = 67.27%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123694 (or 0x123694) is known color: Egyptian Blue. HEX triplet: 12, 36 and 94. RGB value is (18,54,148). Sum of RGB (Red+Green+Blue) = 18+54+148=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #123694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123694 is #EDC96B. Grayscale: #353535. Windows color (decimal): -15583596 or 9713170. OLE color: 9713170.

HSL color Cylindrical-coordinate representation of color #123694: hue angle of 223.38º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123694 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 54 148 -
CMYK 0.88 0.64 0 0.42
HSL 223.38º 0.78% 0.33% -
HSV(B) 223.38º 0.88% 0.58% -
XYZ 6.91 4.91 28.6 -
YUV 53.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 18 54 148 0.88 0.64 0 0.42 223.38 0.78 0.33
Hex 12 36 94 58 40 0 2A DF 4E 21
Octal 22 66 224 130 100 0 52 337 116 41
Binary 10010 110110 10010100 1011000 1000000 0 101010 11011111 1001110 100001

Color Harmonies of #123694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123694

Black with #123694

Text Example


Text Example

White with #123694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123694; }

 p { color: rgb(18,54,148); }

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

background-color css

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

 a { background-color: rgb(18,54,148); }

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

border-color css

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

 span { border-color: rgb(18,54,148); }

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