Html Css Color HEX #123594 Egyptian Blue

📋 copy color: '#123594'

red 18 ◦ green 53 ◦ blue 148

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

Shades of Egyptian Blue #123594

Tints of Egyptian Blue #123594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.2%

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

R = 8.22%
G = 24.2%
B = 67.58%

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

#123594 (or 0x123594) is known color: Egyptian Blue. HEX triplet: 12, 35 and 94. RGB value is (18,53,148). Sum of RGB (Red+Green+Blue) = 18+53+148=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #123594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123594 is #EDCA6B. Grayscale: #343434. Windows color (decimal): -15583852 or 9712914. OLE color: 9712914.

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

Color convert

RGB 18 53 148 -
CMYK 0.88 0.64 0 0.42
HSL 223.85º 0.78% 0.33% -
HSV(B) 223.85º 0.88% 0.58% -
XYZ 6.87 4.81 28.58 -
YUV 53.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 18 53 148 0.88 0.64 0 0.42 223.85 0.78 0.33
Hex 12 35 94 58 40 0 2A E0 4E 21
Octal 22 65 224 130 100 0 52 340 116 41
Binary 10010 110101 10010100 1011000 1000000 0 101010 11100000 1001110 100001

Color Harmonies of #123594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123594

Black with #123594

Text Example


Text Example

White with #123594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123594; }

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

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

background-color css

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

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

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

border-color css

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

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

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