#123DAD

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

Shades of Egyptian Blue #123DAD

Tints of Egyptian Blue #123DAD

Color information

#123DAD (or 0x123DAD) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3D and AD. RGB value is (18,61,173). Sum of RGB (Red+Green+Blue) = 18+61+173=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #123DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DAD is #EDC252. Grayscale: #3C3C3C. Windows color (decimal): -15581779 or 11353362. OLE color: 11353362.

HSL color Cylindrical-coordinate representation of color #123DAD: hue angle of 223.35º 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 #123DAD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1861173-
CMYK0.900.6500.32
HSL223.35º81.15%37.45%-
HSV(B)223.35º89.6%67.84%-
XYZ9.466.4840.29-
YUV60.91191.2597.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=7.14%
G=24.21%
B=68.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal18611730.900.6500.32223.3581.1537.45
Hex123DAD5A41020df5125
Octal227525513210104033712145
Binary1001011110110101101101101010000010100000110111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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