#122c9f

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

Shades of Egyptian Blue #122C9F

Tints of Egyptian Blue #122C9F

Color information

#122C9F (or 0x122C9F) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2C and 9F. RGB value is (18,44,159). Sum of RGB (Red+Green+Blue) = 18+44+159=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #122C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C9F is #EDD360. Grayscale: #303030. Windows color (decimal): -15586145 or 10431506. OLE color: 10431506.

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

Color convert

RGB1844159-
CMYK0.890.7200.38
HSL228.94º79.66%34.71%-
HSV(B)228.94º88.68%62.35%-
XYZ7.414.4333.27-
YUV49.34189.89105.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.14%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 159 (62.5% from 255) = 71.95%
R=8.14%
G=19.91%
B=71.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18441590.890.7200.38228.9479.6634.71
Hex122C9F5948026e55023
Octal225423713111004634512043
Binary1001010110010011111101100110010000100110111001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122c9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122c9f; }

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

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

<style>
 a { background-color: #122c9f; }

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

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

<style>
 span { border-color: #122c9f; }

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

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