#213E9B

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

Shades of Egyptian Blue #213E9B

Tints of Egyptian Blue #213E9B

Color information

#213E9B (or 0x213E9B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 3E and 9B. RGB value is (33,62,155). Sum of RGB (Red+Green+Blue) = 33+62+155=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #213E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213E9B is #DEC164. Grayscale: #3F3F3F. Windows color (decimal): -14598501 or 10173985. OLE color: 10173985.

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

Color convert

RGB3362155-
CMYK0.790.600.39
HSL225.74º64.89%36.86%-
HSV(B)225.74º78.71%60.78%-
XYZ8.276.1431.76-
YUV63.93179.39105.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 155 (60.94% from 255) = 62%
R=13.2%
G=24.8%
B=62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33621550.790.600.39225.7464.8936.86
Hex213E9B4F3C027e24125
Octal41762331177404734210145
Binary1000011111101001101110011111111000100111111000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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