Html Css Color HEX #123799 Egyptian Blue

📋 copy color: '#123799'

red 18 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #123799

Tints of Egyptian Blue #123799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 7.96%
G = 24.34%
B = 67.7%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#123799 (or 0x123799) is known color: Egyptian Blue. HEX triplet: 12, 37 and 99. RGB value is (18,55,153). Sum of RGB (Red+Green+Blue) = 18+55+153=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #123799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123799 is #EDC866. Grayscale: #363636. Windows color (decimal): -15583335 or 10041106. OLE color: 10041106.

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

Color convert

RGB 18 55 153 -
CMYK 0.88 0.64 0 0.4
HSL 223.56º 0.79% 0.34% -
HSV(B) 223.56º 0.88% 0.6% -
XYZ 7.37 5.16 30.74 -
YUV 55.11 183.24 101.53 -
System Red Green Blue C M Y K H S L
Decimal 18 55 153 0.88 0.64 0 0.4 223.56 0.79 0.34
Hex 12 37 99 58 40 0 28 E0 4F 22
Octal 22 67 231 130 100 0 50 340 117 42
Binary 10010 110111 10011001 1011000 1000000 0 101000 11100000 1001111 100010

Color Harmonies of #123799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123799

Black with #123799

Text Example


Text Example

White with #123799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123799; }

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

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

background-color css

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

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

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

border-color css

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

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

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