#213d9f

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

Shades of Egyptian Blue #213D9F

Tints of Egyptian Blue #213D9F

Color information

#213D9F (or 0x213D9F) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3D and 9F. RGB value is (33,61,159). Sum of RGB (Red+Green+Blue) = 33+61+159=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #213D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D9F is #DEC260. Grayscale: #3F3F3F. Windows color (decimal): -14598753 or 10435873. OLE color: 10435873.

HSL color Cylindrical-coordinate representation of color #213D9F: hue angle of 226.67º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #213D9F is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3361159-
CMYK0.790.6200.38
HSL226.67º65.62%37.65%-
HSV(B)226.67º79.25%62.35%-
XYZ8.556.1633.54-
YUV63.8181.72106.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 61 (24.22% from 255) = 24.11%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=13.04%
G=24.11%
B=62.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33611590.790.6200.38226.6765.6237.65
Hex213D9F4F3E026e34226
Octal41752371177604634310246
Binary1000011111011001111110011111111100100110111000111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213d9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,159); }

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

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

 a { background-color: rgb(33,61,159); }

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

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

 span { border-color: rgb(33,61,159); }

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