#152C8D

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

Shades of Egyptian Blue #152C8D

Tints of Egyptian Blue #152C8D

Color information

#152C8D (or 0x152C8D) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2C and 8D. RGB value is (21,44,141). Sum of RGB (Red+Green+Blue) = 21+44+141=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #152C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C8D is #EAD372. Grayscale: #2F2F2F. Windows color (decimal): -15389555 or 9251861. OLE color: 9251861.

HSL color Cylindrical-coordinate representation of color #152C8D: hue angle of 228.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152C8D is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2144141-
CMYK0.850.6900.45
HSL228.5º74.07%31.76%-
HSV(B)228.5º85.11%55.29%-
XYZ6.023.8825.63-
YUV48.18180.38108.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 141 (55.47% from 255) = 68.45%
R=10.19%
G=21.36%
B=68.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21441410.850.6900.45228.574.0731.76
Hex152C8D554502De44a20
Octal255421512510505534411240
Binary1010110110010001101101010110001010101101111001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152C8D; }

 p { color: rgb(21,44,141); }

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

<style>
 a { background-color: #152C8D; }

 a { background-color: rgb(21,44,141); }

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

<style>
 span { border-color: #152C8D; }

 span { border-color: rgb(21,44,141); }

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