#123899

Color #123899 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #123899

Tints of Egyptian Blue #123899

Color information

#123899 (or 0x123899) is unknown color: approx 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

RGB1856153-
CMYK0.880.6300.4
HSL223.11º78.95%33.53%-
HSV(B)223.11º88.24%60%-
XYZ7.415.2630.76-
YUV55.7182.91101.11-

RGB Variations

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

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.40%
R=7.93%
G=24.67%
B=67.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18561530.880.6300.4223.1178.9533.53
Hex123899583F028df4f22
Octal22702311307705033711742
Binary100101110001001100110110001111110101000110111111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>