#122895

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

Shades of Egyptian Blue #122895

Tints of Egyptian Blue #122895

Color information

#122895 (or 0x122895) is unknown color: approx Egyptian Blue. HEX triplet: 12, 28 and 95. RGB value is (18,40,149). Sum of RGB (Red+Green+Blue) = 18+40+149=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #122895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122895 is #EDD76A. Grayscale: #2D2D2D. Windows color (decimal): -15587179 or 9775122. OLE color: 9775122.

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

Color convert

RGB1840149-
CMYK0.880.7300.42
HSL229.92º78.44%32.75%-
HSV(B)229.92º87.92%58.43%-
XYZ6.433.8228.83-
YUV45.85186.21108.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 149 (58.59% from 255) = 71.98%
R=8.70%
G=19.32%
B=71.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18401490.880.7300.42229.9278.4432.75
Hex122895584902Ae64e21
Octal225022513011105234611641
Binary1001010100010010101101100010010010101010111001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122895; }

 p { color: rgb(18,40,149); }

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

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

 a { background-color: rgb(18,40,149); }

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

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

 span { border-color: rgb(18,40,149); }

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