#152E92

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

Shades of Egyptian Blue #152E92

Tints of Egyptian Blue #152E92

Color information

#152E92 (or 0x152E92) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2E and 92. RGB value is (21,46,146). Sum of RGB (Red+Green+Blue) = 21+46+146=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #152E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E92 is #EAD16D. Grayscale: #313131. Windows color (decimal): -15389038 or 9580053. OLE color: 9580053.

HSL color Cylindrical-coordinate representation of color #152E92: hue angle of 228º 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 #152E92 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2146146-
CMYK0.860.6800.43
HSL228º74.85%32.75%-
HSV(B)228º85.62%57.25%-
XYZ6.474.1927.66-
YUV49.92182.22107.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 146 (57.42% from 255) = 68.54%
R=9.86%
G=21.60%
B=68.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461460.860.6800.4322874.8532.75
Hex152E92564402Be44b21
Octal255622212610405334411341
Binary1010110111010010010101011010001000101011111001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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