#213A8E

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

Shades of Egyptian Blue #213A8E

Tints of Egyptian Blue #213A8E

Color information

#213A8E (or 0x213A8E) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3A and 8E. RGB value is (33,58,142). Sum of RGB (Red+Green+Blue) = 33+58+142=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #213A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213A8E is #DEC571. Grayscale: #3B3B3B. Windows color (decimal): -14599538 or 9320993. OLE color: 9320993.

HSL color Cylindrical-coordinate representation of color #213A8E: hue angle of 226.24º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213A8E is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3358142-
CMYK0.770.5900.44
HSL226.24º62.29%34.31%-
HSV(B)226.24º76.76%55.69%-
XYZ7.025.326.24-
YUV60.1174.22108.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=14.16%
G=24.89%
B=60.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33581420.770.5900.44226.2462.2934.31
Hex213A8E4D3B02Ce23e22
Octal4172216115730543427642
Binary100001111010100011101001101111011010110011100010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A8E; }

 p { color: rgb(33,58,142); }

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

<style>
 a { background-color: #213A8E; }

 a { background-color: rgb(33,58,142); }

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

<style>
 span { border-color: #213A8E; }

 span { border-color: rgb(33,58,142); }

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