#152E97

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

Shades of Egyptian Blue #152E97

Tints of Egyptian Blue #152E97

Color information

#152E97 (or 0x152E97) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2E and 97. RGB value is (21,46,151). Sum of RGB (Red+Green+Blue) = 21+46+151=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #152E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E97 is #EAD168. Grayscale: #323232. Windows color (decimal): -15389033 or 9907733. OLE color: 9907733.

HSL color Cylindrical-coordinate representation of color #152E97: hue angle of 228.46º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152E97 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2146151-
CMYK0.860.7000.41
HSL228.46º75.58%33.73%-
HSV(B)228.46º86.09%59.22%-
XYZ6.874.3529.76-
YUV50.5184.72106.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 151 (59.38% from 255) = 69.27%
R=9.63%
G=21.10%
B=69.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21461510.860.7000.41228.4675.5833.73
Hex152E975646029e44c22
Octal255622712610605134411442
Binary1010110111010010111101011010001100101001111001001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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