#21439B

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

Shades of Egyptian Blue #21439B

Tints of Egyptian Blue #21439B

Color information

#21439B (or 0x21439B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 43 and 9B. RGB value is (33,67,155). Sum of RGB (Red+Green+Blue) = 33+67+155=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #21439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21439B is #DEBC64. Grayscale: #424242. Windows color (decimal): -14597221 or 10175265. OLE color: 10175265.

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

Color convert

RGB3367155-
CMYK0.790.5700.39
HSL223.28º64.89%36.86%-
HSV(B)223.28º78.71%60.78%-
XYZ8.556.731.85-
YUV66.87177.74103.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=12.94%
G=26.27%
B=60.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33671550.790.5700.39223.2864.8936.86
Hex21439B4F39027df4125
Octal411032331177104733710145
Binary10000110000111001101110011111110010100111110111111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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