#122A95

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

Shades of Egyptian Blue #122A95

Tints of Egyptian Blue #122A95

Color information

#122A95 (or 0x122A95) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2A and 95. RGB value is (18,42,149). Sum of RGB (Red+Green+Blue) = 18+42+149=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #122A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122A95 is #EDD56A. Grayscale: #2E2E2E. Windows color (decimal): -15586667 or 9775634. OLE color: 9775634.

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

Color convert

RGB1842149-
CMYK0.880.7200.42
HSL229.01º78.44%32.75%-
HSV(B)229.01º87.92%58.43%-
XYZ6.53.9528.85-
YUV47.02185.55107.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=8.61%
G=20.10%
B=71.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18421490.880.7200.42229.0178.4432.75
Hex122A95584802Ae54e21
Octal225222513011005234511641
Binary1001010101010010101101100010010000101010111001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A95; }

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

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

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

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

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

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

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

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