#122198

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

Shades of Egyptian Blue #122198

Tints of Egyptian Blue #122198

Color information

#122198 (or 0x122198) is unknown color: approx Egyptian Blue. HEX triplet: 12, 21 and 98. RGB value is (18,33,152). Sum of RGB (Red+Green+Blue) = 18+33+152=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 152 (59.77% from 255 or 74.88% from 203); Max value from RGB is 152 - color contains mainly: blue. Hex color #122198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122198 is #EDDE67. Grayscale: #292929. Windows color (decimal): -15588968 or 9969938. OLE color: 9969938.

HSL color Cylindrical-coordinate representation of color #122198: hue angle of 233.28º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122198 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1833152-
CMYK0.880.7800.40
HSL233.28º78.82%33.33%-
HSV(B)233.28º88.16%59.61%-
XYZ6.463.4830.04-
YUV42.08190.03110.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 152 (59.77% from 255) = 74.88%
R=8.87%
G=16.26%
B=74.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18331520.880.7800.40233.2878.8233.33
Hex122198584E028e94f21
Octal224123013011605035111741
Binary1001010000110011000101100010011100101000111010011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122198; }

 p { color: rgb(18,33,152); }

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

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

 a { background-color: rgb(18,33,152); }

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

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

 span { border-color: rgb(18,33,152); }

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