#152698

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

Shades of Egyptian Blue #152698

Tints of Egyptian Blue #152698

Color information

#152698 (or 0x152698) is unknown color: approx Egyptian Blue. HEX triplet: 15, 26 and 98. RGB value is (21,38,152). Sum of RGB (Red+Green+Blue) = 21+38+152=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #152698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152698 is #EAD967. Grayscale: #2D2D2D. Windows color (decimal): -15391080 or 9971221. OLE color: 9971221.

HSL color Cylindrical-coordinate representation of color #152698: hue angle of 232.21º 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 #152698 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2138152-
CMYK0.860.7500.40
HSL232.21º75.72%33.92%-
HSV(B)232.21º86.18%59.61%-
XYZ6.673.8130.09-
YUV45.91187.87110.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 152 (59.77% from 255) = 72.04%
R=9.95%
G=18.01%
B=72.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21381520.860.7500.40232.2175.7233.92
Hex152698564B028e84c22
Octal254623012611305035011442
Binary1010110011010011000101011010010110101000111010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152698; }

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

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

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

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

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

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

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

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