#123D9A

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

Shades of Egyptian Blue #123D9A

Tints of Egyptian Blue #123D9A

Color information

#123D9A (or 0x123D9A) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3D and 9A. RGB value is (18,61,154). Sum of RGB (Red+Green+Blue) = 18+61+154=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #123D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D9A is #EDC265. Grayscale: #3A3A3A. Windows color (decimal): -15581798 or 10108178. OLE color: 10108178.

HSL color Cylindrical-coordinate representation of color #123D9A: hue angle of 221.03º 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 #123D9A is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1861154-
CMYK0.880.6000.40
HSL221.03º79.07%33.73%-
HSV(B)221.03º88.31%60.39%-
XYZ7.755.831.28-
YUV58.74181.7598.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 154 (60.55% from 255) = 66.09%
R=7.73%
G=26.18%
B=66.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18611540.880.6000.40221.0379.0733.73
Hex123D9A583C028dd4f22
Octal22752321307405033511742
Binary100101111011001101010110001111000101000110111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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