#122D94

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

Shades of Egyptian Blue #122D94

Tints of Egyptian Blue #122D94

Color information

#122D94 (or 0x122D94) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2D and 94. RGB value is (18,45,148). Sum of RGB (Red+Green+Blue) = 18+45+148=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #122D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122D94 is #EDD26B. Grayscale: #303030. Windows color (decimal): -15585900 or 9710866. OLE color: 9710866.

HSL color Cylindrical-coordinate representation of color #122D94: hue angle of 227.54º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122D94 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1845148-
CMYK0.880.7000.42
HSL227.54º78.31%32.55%-
HSV(B)227.54º87.84%58.04%-
XYZ6.534.1428.47-
YUV48.67184.05106.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 45 (17.97% from 255) = 21.33%
BLUE value IS 148 (58.20% from 255) = 70.14%
R=8.53%
G=21.33%
B=70.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18451480.880.7000.42227.5478.3132.55
Hex122D94584602Ae44e21
Octal225522413010605234411641
Binary1001010110110010100101100010001100101010111001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,45,148); }

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

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

 a { background-color: rgb(18,45,148); }

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

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

 span { border-color: rgb(18,45,148); }

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