#152E98

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

Shades of Egyptian Blue #152E98

Tints of Egyptian Blue #152E98

Color information

#152E98 (or 0x152E98) is unknown color: approx Egyptian Blue. HEX triplet: 15, 2E and 98. RGB value is (21,46,152). Sum of RGB (Red+Green+Blue) = 21+46+152=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #152E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E98 is #EAD167. Grayscale: #323232. Windows color (decimal): -15389032 or 9973269. OLE color: 9973269.

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

Color convert

RGB2146152-
CMYK0.860.7000.40
HSL228.55º75.72%33.92%-
HSV(B)228.55º86.18%59.61%-
XYZ6.954.3830.18-
YUV50.61185.22106.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 152 (59.77% from 255) = 69.41%
R=9.59%
G=21.00%
B=69.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21461520.860.7000.40228.5575.7233.92
Hex152E985646028e54c22
Octal255623012610605034511442
Binary1010110111010011000101011010001100101000111001011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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