#212a96

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

Shades of Egyptian Blue #212A96

Tints of Egyptian Blue #212A96

Color information

#212A96 (or 0x212A96) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and 96. RGB value is (33,42,150). Sum of RGB (Red+Green+Blue) = 33+42+150=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #212A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212A96 is #DED569. Grayscale: #333333. Windows color (decimal): -14603626 or 9841185. OLE color: 9841185.

HSL color Cylindrical-coordinate representation of color #212A96: hue angle of 235.38º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212A96 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3342150-
CMYK0.780.7200.41
HSL235.38º63.93%35.88%-
HSV(B)235.38º78%58.82%-
XYZ6.964.1829.29-
YUV51.62183.52114.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 150 (58.98% from 255) = 66.67%
R=14.67%
G=18.67%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33421500.780.7200.41235.3863.9335.88
Hex212A964E48029eb4024
Octal415222611611005135310044
Binary10000110101010010110100111010010000101001111010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212a96; }

 p { color: rgb(33,42,150); }

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

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

 a { background-color: rgb(33,42,150); }

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

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

 span { border-color: rgb(33,42,150); }

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