#153CA8

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

Shades of Egyptian Blue #153CA8

Tints of Egyptian Blue #153CA8

Color information

#153CA8 (or 0x153CA8) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3C and A8. RGB value is (21,60,168). Sum of RGB (Red+Green+Blue) = 21+60+168=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 168 (66.02% from 255 or 67.47% from 249); Max value from RGB is 168 - color contains mainly: blue. Hex color #153CA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153CA8 is #EAC357. Grayscale: #3C3C3C. Windows color (decimal): -15385432 or 11025429. OLE color: 11025429.

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

Color convert

RGB2160168-
CMYK0.880.6400.34
HSL224.08º77.78%37.06%-
HSV(B)224.08º87.5%65.88%-
XYZ8.996.2237.77-
YUV60.65188.5899.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 168 (66.02% from 255) = 67.47%
R=8.43%
G=24.10%
B=67.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21601680.880.6400.34224.0877.7837.06
Hex153CA85840022e04e25
Octal257425013010004234011645
Binary1010111110010101000101100010000000100010111000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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