#123F9E

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

Shades of Egyptian Blue #123F9E

Tints of Egyptian Blue #123F9E

Color information

#123F9E (or 0x123F9E) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3F and 9E. RGB value is (18,63,158). Sum of RGB (Red+Green+Blue) = 18+63+158=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #123F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F9E is #EDC061. Grayscale: #3B3B3B. Windows color (decimal): -15581282 or 10370834. OLE color: 10370834.

HSL color Cylindrical-coordinate representation of color #123F9E: hue angle of 220.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123F9E is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1863158-
CMYK0.890.6000.38
HSL220.71º79.55%34.51%-
HSV(B)220.71º88.61%61.96%-
XYZ8.26.1533.1-
YUV60.37183.0997.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 158 (62.11% from 255) = 66.11%
R=7.53%
G=26.36%
B=66.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18631580.890.6000.38220.7179.5534.51
Hex123F9E593C026dd5023
Octal22772361317404633512043
Binary100101111111001111010110011111000100110110111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,63,158); }

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

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

 a { background-color: rgb(18,63,158); }

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

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

 span { border-color: rgb(18,63,158); }

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