#122297

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

Shades of Egyptian Blue #122297

Tints of Egyptian Blue #122297

Color information

#122297 (or 0x122297) is unknown color: approx Egyptian Blue. HEX triplet: 12, 22 and 97. RGB value is (18,34,151). Sum of RGB (Red+Green+Blue) = 18+34+151=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #122297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122297 is #EDDD68. Grayscale: #2A2A2A. Windows color (decimal): -15588713 or 9904658. OLE color: 9904658.

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

Color convert

RGB1834151-
CMYK0.880.7700.41
HSL232.78º78.7%33.14%-
HSV(B)232.78º88.08%59.22%-
XYZ6.413.5129.62-
YUV42.55189.2110.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 151 (59.38% from 255) = 74.38%
R=8.87%
G=16.75%
B=74.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18341510.880.7700.41232.7878.733.14
Hex122297584D029e94f21
Octal224222713011505135111741
Binary1001010001010010111101100010011010101001111010011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122297; }

 p { color: rgb(18,34,151); }

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

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

 a { background-color: rgb(18,34,151); }

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

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

 span { border-color: rgb(18,34,151); }

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