Html Css Color HEX #123599 Egyptian Blue

📋 copy color: '#123599'

red 18 ◦ green 53 ◦ blue 153

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

Shades of Egyptian Blue #123599

Tints of Egyptian Blue #123599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 8.04%
G = 23.66%
B = 68.3%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#123599 (or 0x123599) is known color: Egyptian Blue. HEX triplet: 12, 35 and 99. RGB value is (18,53,153). Sum of RGB (Red+Green+Blue) = 18+53+153=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #123599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123599 is #EDCA66. Grayscale: #353535. Windows color (decimal): -15583847 or 10040594. OLE color: 10040594.

HSL color Cylindrical-coordinate representation of color #123599: hue angle of 224.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123599 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 53 153 -
CMYK 0.88 0.65 0 0.4
HSL 224.44º 0.79% 0.34% -
HSV(B) 224.44º 0.88% 0.6% -
XYZ 7.27 4.97 30.71 -
YUV 53.94 183.9 102.37 -
System Red Green Blue C M Y K H S L
Decimal 18 53 153 0.88 0.65 0 0.4 224.44 0.79 0.34
Hex 12 35 99 58 41 0 28 E0 4F 22
Octal 22 65 231 130 101 0 50 340 117 42
Binary 10010 110101 10011001 1011000 1000001 0 101000 11100000 1001111 100010

Color Harmonies of #123599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123599

Black with #123599

Text Example


Text Example

White with #123599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123599; }

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

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

background-color css

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

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

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

border-color css

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

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

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