#121DAA

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

Shades of Egyptian Blue #121DAA

Tints of Egyptian Blue #121DAA

Color information

#121DAA (or 0x121DAA) is unknown color: approx Egyptian Blue. HEX triplet: 12, 1D and AA. RGB value is (18,29,170). Sum of RGB (Red+Green+Blue) = 18+29+170=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #121DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121DAA is #EDE255. Grayscale: #292929. Windows color (decimal): -15589974 or 11148562. OLE color: 11148562.

HSL color Cylindrical-coordinate representation of color #121DAA: hue angle of 235.66º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121DAA is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1829170-
CMYK0.890.8300.33
HSL235.66º80.85%36.86%-
HSV(B)235.66º89.41%66.67%-
XYZ7.943.9138.37-
YUV41.78200.36111.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 170 (66.80% from 255) = 78.34%
R=8.29%
G=13.36%
B=78.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18291700.890.8300.33235.6680.8536.86
Hex121DAA5953021ec5125
Octal223525213112304135412145
Binary100101110110101010101100110100110100001111011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121DAA; }

 p { color: rgb(18,29,170); }

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

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

 a { background-color: rgb(18,29,170); }

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

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

 span { border-color: rgb(18,29,170); }

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