#21419B

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

Shades of Egyptian Blue #21419B

Tints of Egyptian Blue #21419B

Color information

#21419B (or 0x21419B) is unknown color: approx Egyptian Blue. HEX triplet: 21, 41 and 9B. RGB value is (33,65,155). Sum of RGB (Red+Green+Blue) = 33+65+155=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #21419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21419B is #DEBE64. Grayscale: #414141. Windows color (decimal): -14597733 or 10174753. OLE color: 10174753.

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

Color convert

RGB3365155-
CMYK0.790.5800.39
HSL224.26º64.89%36.86%-
HSV(B)224.26º78.71%60.78%-
XYZ8.436.4731.81-
YUV65.69178.4104.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 155 (60.94% from 255) = 61.26%
R=13.04%
G=25.69%
B=61.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33651550.790.5800.39224.2664.8936.86
Hex21419B4F3A027e04125
Octal411012331177204734010145
Binary10000110000011001101110011111110100100111111000001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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