#212A9B

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

Shades of Egyptian Blue #212A9B

Tints of Egyptian Blue #212A9B

Color information

#212A9B (or 0x212A9B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 2A and 9B. RGB value is (33,42,155). Sum of RGB (Red+Green+Blue) = 33+42+155=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #212A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212A9B is #DED564. Grayscale: #333333. Windows color (decimal): -14603621 or 10168865. OLE color: 10168865.

HSL color Cylindrical-coordinate representation of color #212A9B: hue angle of 235.57º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #212A9B is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3342155-
CMYK0.790.7300.39
HSL235.57º64.89%36.86%-
HSV(B)235.57º78.71%60.78%-
XYZ7.374.3531.46-
YUV52.19186.02114.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 155 (60.94% from 255) = 67.39%
R=14.35%
G=18.26%
B=67.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33421550.790.7300.39235.5764.8936.86
Hex212A9B4F49027ec4125
Octal415223311711104735410145
Binary10000110101010011011100111110010010100111111011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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