#213D9B

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

Shades of Egyptian Blue #213D9B

Tints of Egyptian Blue #213D9B

Color information

#213D9B (or 0x213D9B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3D and 9B. RGB value is (33,61,155). Sum of RGB (Red+Green+Blue) = 33+61+155=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #213D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D9B is #DEC264. Grayscale: #3E3E3E. Windows color (decimal): -14598757 or 10173729. OLE color: 10173729.

HSL color Cylindrical-coordinate representation of color #213D9B: hue angle of 226.23º 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 #213D9B is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3361155-
CMYK0.790.6100.39
HSL226.23º64.89%36.86%-
HSV(B)226.23º78.71%60.78%-
XYZ8.216.0331.74-
YUV63.34179.72106.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=13.25%
G=24.50%
B=62.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33611550.790.6100.39226.2364.8936.86
Hex213D9B4F3D027e24125
Octal41752331177504734210145
Binary1000011111011001101110011111111010100111111000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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