#122698

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

Shades of Egyptian Blue #122698

Tints of Egyptian Blue #122698

Color information

#122698 (or 0x122698) is unknown color: approx Egyptian Blue. HEX triplet: 12, 26 and 98. RGB value is (18,38,152). Sum of RGB (Red+Green+Blue) = 18+38+152=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #122698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122698 is #EDD967. Grayscale: #2C2C2C. Windows color (decimal): -15587688 or 9971218. OLE color: 9971218.

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

Color convert

RGB1838152-
CMYK0.880.7500.40
HSL231.04º78.82%33.33%-
HSV(B)231.04º88.16%59.61%-
XYZ6.613.7830.09-
YUV45.02188.37108.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 38 (15.23% from 255) = 18.27%
BLUE value IS 152 (59.77% from 255) = 73.08%
R=8.65%
G=18.27%
B=73.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18381520.880.7500.40231.0478.8233.33
Hex122698584B028e74f21
Octal224623013011305034711741
Binary1001010011010011000101100010010110101000111001111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122698; }

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

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

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

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

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

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

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

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