#153DAA

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

Shades of Egyptian Blue #153DAA

Tints of Egyptian Blue #153DAA

Color information

#153DAA (or 0x153DAA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3D and AA. RGB value is (21,61,170). Sum of RGB (Red+Green+Blue) = 21+61+170=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #153DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153DAA is #EAC255. Grayscale: #3C3C3C. Windows color (decimal): -15385174 or 11156757. OLE color: 11156757.

HSL color Cylindrical-coordinate representation of color #153DAA: hue angle of 223.89º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #153DAA is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2161170-
CMYK0.880.6400.33
HSL223.89º78.01%37.45%-
HSV(B)223.89º87.65%66.67%-
XYZ9.236.438.78-
YUV61.47189.2599.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=8.33%
G=24.21%
B=67.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21611700.880.6400.33223.8978.0137.45
Hex153DAA5840021e04e25
Octal257525213010004134011645
Binary1010111110110101010101100010000000100001111000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153DAA; }

 p { color: rgb(21,61,170); }

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

<style>
 a { background-color: #153DAA; }

 a { background-color: rgb(21,61,170); }

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

<style>
 span { border-color: #153DAA; }

 span { border-color: rgb(21,61,170); }

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