#122A90

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

Shades of Egyptian Blue #122A90

Tints of Egyptian Blue #122A90

Color information

#122A90 (or 0x122A90) is unknown color: approx Egyptian Blue. HEX triplet: 12, 2A and 90. RGB value is (18,42,144). Sum of RGB (Red+Green+Blue) = 18+42+144=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 144 (56.64% from 255 or 70.59% from 204); Max value from RGB is 144 - color contains mainly: blue. Hex color #122A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122A90 is #EDD56F. Grayscale: #2E2E2E. Windows color (decimal): -15586672 or 9447954. OLE color: 9447954.

HSL color Cylindrical-coordinate representation of color #122A90: hue angle of 228.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122A90 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1842144-
CMYK0.880.7100.44
HSL228.57º77.78%31.76%-
HSV(B)228.57º87.5%56.47%-
XYZ6.113.826.8-
YUV46.45183.05107.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 42 (16.80% from 255) = 20.59%
BLUE value IS 144 (56.64% from 255) = 70.59%
R=8.82%
G=20.59%
B=70.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18421440.880.7100.44228.5777.7831.76
Hex122A90584702Ce54e20
Octal225222013010705434511640
Binary1001010101010010000101100010001110101100111001011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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