Html Css Color HEX #123899 Egyptian Blue

📋 copy color: '#123899'

red 18 ◦ green 56 ◦ blue 153

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

Shades of Egyptian Blue #123899

Tints of Egyptian Blue #123899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

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

R = 7.93%
G = 24.67%
B = 67.4%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#123899 (or 0x123899) is known color: Egyptian Blue. HEX triplet: 12, 38 and 99. RGB value is (18,56,153). Sum of RGB (Red+Green+Blue) = 18+56+153=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #123899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123899 is #EDC766. Grayscale: #373737. Windows color (decimal): -15583079 or 10041362. OLE color: 10041362.

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

Color convert

RGB 18 56 153 -
CMYK 0.88 0.63 0 0.4
HSL 223.11º 0.79% 0.34% -
HSV(B) 223.11º 0.88% 0.6% -
XYZ 7.41 5.26 30.76 -
YUV 55.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 18 56 153 0.88 0.63 0 0.4 223.11 0.79 0.34
Hex 12 38 99 58 3F 0 28 DF 4F 22
Octal 22 70 231 130 77 0 50 337 117 42
Binary 10010 111000 10011001 1011000 111111 0 101000 11011111 1001111 100010

Color Harmonies of #123899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123899

Black with #123899

Text Example


Text Example

White with #123899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123899; }

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

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

background-color css

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

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

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

border-color css

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

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

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