#21259B

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

Shades of Egyptian Blue #21259B

Tints of Egyptian Blue #21259B

Color information

#21259B (or 0x21259B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 25 and 9B. RGB value is (33,37,155). Sum of RGB (Red+Green+Blue) = 33+37+155=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #21259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21259B is #DEDA64. Grayscale: #303030. Windows color (decimal): -14604901 or 10167585. OLE color: 10167585.

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

Color convert

RGB3337155-
CMYK0.790.7600.39
HSL238.03º64.89%36.86%-
HSV(B)238.03º78.71%60.78%-
XYZ7.214.0131.41-
YUV49.26187.67116.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 155 (60.94% from 255) = 68.89%
R=14.67%
G=16.44%
B=68.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33371550.790.7600.39238.0364.8936.86
Hex21259B4F4C027ee4125
Octal414523311711404735610145
Binary10000110010110011011100111110011000100111111011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21259B; }

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

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

<style>
 a { background-color: #21259B; }

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

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

<style>
 span { border-color: #21259B; }

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

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