#21319A

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

Shades of Egyptian Blue #21319A

Tints of Egyptian Blue #21319A

Color information

#21319A (or 0x21319A) is unknown color: approx Egyptian Blue. HEX triplet: 21, 31 and 9A. RGB value is (33,49,154). Sum of RGB (Red+Green+Blue) = 33+49+154=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #21319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21319A is #DECE65. Grayscale: #373737. Windows color (decimal): -14601830 or 10105121. OLE color: 10105121.

HSL color Cylindrical-coordinate representation of color #21319A: hue angle of 232.07º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21319A is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3349154-
CMYK0.790.6800.40
HSL232.07º64.71%36.67%-
HSV(B)232.07º78.57%60.39%-
XYZ7.564.8531.11-
YUV56.19183.2111.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 154 (60.55% from 255) = 65.25%
R=13.98%
G=20.76%
B=65.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33491540.790.6800.40232.0764.7136.67
Hex21319A4F44028e84125
Octal416123211710405035010145
Binary10000111000110011010100111110001000101000111010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21319A; }

 p { color: rgb(33,49,154); }

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

<style>
 a { background-color: #21319A; }

 a { background-color: rgb(33,49,154); }

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

<style>
 span { border-color: #21319A; }

 span { border-color: rgb(33,49,154); }

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