#123B9F

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

Shades of Egyptian Blue #123B9F

Tints of Egyptian Blue #123B9F

Color information

#123B9F (or 0x123B9F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 3B and 9F. RGB value is (18,59,159). Sum of RGB (Red+Green+Blue) = 18+59+159=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #123B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B9F is #EDC460. Grayscale: #393939. Windows color (decimal): -15582305 or 10435346. OLE color: 10435346.

HSL color Cylindrical-coordinate representation of color #123B9F: hue angle of 222.55º 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 #123B9F is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1859159-
CMYK0.890.6300.38
HSL222.55º79.66%34.71%-
HSV(B)222.55º88.68%62.35%-
XYZ8.075.7633.49-
YUV58.14184.9299.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 59 (23.44% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 67.37%
R=7.63%
G=25%
B=67.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18591590.890.6300.38222.5579.6634.71
Hex123B9F593F026df5023
Octal22732371317704633712043
Binary100101110111001111110110011111110100110110111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,59,159); }

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

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

 a { background-color: rgb(18,59,159); }

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

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

 span { border-color: rgb(18,59,159); }

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