#123EAD

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

Shades of Egyptian Blue #123EAD

Tints of Egyptian Blue #123EAD

Color information

#123EAD (or 0x123EAD) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3E and AD. RGB value is (18,62,173). Sum of RGB (Red+Green+Blue) = 18+62+173=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #123EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123EAD is #EDC152. Grayscale: #3D3D3D. Windows color (decimal): -15581523 or 11353618. OLE color: 11353618.

HSL color Cylindrical-coordinate representation of color #123EAD: hue angle of 222.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123EAD is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1862173-
CMYK0.900.6400.32
HSL222.97º81.15%37.45%-
HSV(B)222.97º89.6%67.84%-
XYZ9.516.5940.31-
YUV61.5190.9296.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 173 (67.97% from 255) = 68.38%
R=7.11%
G=24.51%
B=68.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18621730.900.6400.32222.9781.1537.45
Hex123EAD5A40020df5125
Octal227625513210004033712145
Binary1001011111010101101101101010000000100000110111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123EAD; }

 p { color: rgb(18,62,173); }

 H1.HeaderClassName
 {
   color: #123EAD;
 }
 .AnyTagClassName
 {
   color: #123EAD;
 }
</style>
background-color css

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

 a { background-color: rgb(18,62,173); }

 div.DivClassName
 {
   background-color: #123EAD;
 }
 .BgClassName
 {
   background-color: #123EAD;
 }
</style>
border-color css

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

 span { border-color: rgb(18,62,173); }

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