#122394

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

Shades of Egyptian Blue #122394

Tints of Egyptian Blue #122394

Color information

#122394 (or 0x122394) is unknown color: approx Egyptian Blue. HEX triplet: 12, 23 and 94. RGB value is (18,35,148). Sum of RGB (Red+Green+Blue) = 18+35+148=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #122394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122394 is #EDDC6B. Grayscale: #2A2A2A. Windows color (decimal): -15588460 or 9708306. OLE color: 9708306.

HSL color Cylindrical-coordinate representation of color #122394: hue angle of 232.15º 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 #122394 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1835148-
CMYK0.880.7600.42
HSL232.15º78.31%32.55%-
HSV(B)232.15º87.84%58.04%-
XYZ6.23.4728.36-
YUV42.8187.37110.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 148 (58.20% from 255) = 73.63%
R=8.96%
G=17.41%
B=73.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18351480.880.7600.42232.1578.3132.55
Hex122394584C02Ae84e21
Octal224322413011405235011641
Binary1001010001110010100101100010011000101010111010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122394; }

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

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

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

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

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

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

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

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