#152D92

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

Shades of Egyptian Blue #152D92

Tints of Egyptian Blue #152D92

Color information

#152D92 (or 0x152D92) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2D and 92. RGB value is (21,45,146). Sum of RGB (Red+Green+Blue) = 21+45+146=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #152D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D92 is #EAD26D. Grayscale: #303030. Windows color (decimal): -15389294 or 9579797. OLE color: 9579797.

HSL color Cylindrical-coordinate representation of color #152D92: hue angle of 228.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152D92 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2145146-
CMYK0.860.6900.43
HSL228.48º74.85%32.75%-
HSV(B)228.48º85.62%57.25%-
XYZ6.444.1127.65-
YUV49.34182.55107.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.91%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 146 (57.42% from 255) = 68.87%
R=9.91%
G=21.23%
B=68.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21451460.860.6900.43228.4874.8532.75
Hex152D92564502Be44b21
Octal255522212610505334411341
Binary1010110110110010010101011010001010101011111001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,146); }

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

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

 a { background-color: rgb(21,45,146); }

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

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

 span { border-color: rgb(21,45,146); }

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