#153CAA

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

Shades of Egyptian Blue #153CAA

Tints of Egyptian Blue #153CAA

Color information

#153CAA (or 0x153CAA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3C and AA. RGB value is (21,60,170). Sum of RGB (Red+Green+Blue) = 21+60+170=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #153CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CAA is #EAC355. Grayscale: #3C3C3C. Windows color (decimal): -15385430 or 11156501. OLE color: 11156501.

HSL color Cylindrical-coordinate representation of color #153CAA: hue angle of 224.3º 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 #153CAA is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2160170-
CMYK0.880.6500.33
HSL224.3º78.01%37.45%-
HSV(B)224.3º87.65%66.67%-
XYZ9.186.2938.76-
YUV60.88189.5899.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 170 (66.80% from 255) = 67.73%
R=8.37%
G=23.90%
B=67.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21601700.880.6500.33224.378.0137.45
Hex153CAA5841021e04e25
Octal257425213010104134011645
Binary1010111110010101010101100010000010100001111000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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