Html Css Color HEX #123494 Egyptian Blue

📋 copy color: '#123494'

red 18 ◦ green 52 ◦ blue 148

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

Shades of Egyptian Blue #123494

Tints of Egyptian Blue #123494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 8.26%
G = 23.85%
B = 67.89%

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

#123494 (or 0x123494) is known color: Egyptian Blue. HEX triplet: 12, 34 and 94. RGB value is (18,52,148). Sum of RGB (Red+Green+Blue) = 18+52+148=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #123494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123494 is #EDCB6B. Grayscale: #343434. Windows color (decimal): -15584108 or 9712658. OLE color: 9712658.

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

Color convert

RGB 18 52 148 -
CMYK 0.88 0.65 0 0.42
HSL 224.31º 0.78% 0.33% -
HSV(B) 224.31º 0.88% 0.58% -
XYZ 6.82 4.72 28.57 -
YUV 52.78 181.74 103.19 -
System Red Green Blue C M Y K H S L
Decimal 18 52 148 0.88 0.65 0 0.42 224.31 0.78 0.33
Hex 12 34 94 58 41 0 2A E0 4E 21
Octal 22 64 224 130 101 0 52 340 116 41
Binary 10010 110100 10010100 1011000 1000001 0 101010 11100000 1001110 100001

Color Harmonies of #123494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123494

Black with #123494

Text Example


Text Example

White with #123494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123494; }

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

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

background-color css

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

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

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

border-color css

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

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

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