#15429E

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

Shades of Egyptian Blue #15429E

Tints of Egyptian Blue #15429E

Color information

#15429E (or 0x15429E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 42 and 9E. RGB value is (21,66,158). Sum of RGB (Red+Green+Blue) = 21+66+158=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #15429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15429E is #EABD61. Grayscale: #3E3E3E. Windows color (decimal): -15383906 or 10371605. OLE color: 10371605.

HSL color Cylindrical-coordinate representation of color #15429E: hue angle of 220.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15429E is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2166158-
CMYK0.870.5800.38
HSL220.29º76.54%35.1%-
HSV(B)220.29º86.71%61.96%-
XYZ8.436.5233.16-
YUV63.03181.5998.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=8.57%
G=26.94%
B=64.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21661580.870.5800.38220.2976.5435.1
Hex15429E573A026dc4d23
Octal251022361277204633411543
Binary1010110000101001111010101111110100100110110111001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15429E; }

 p { color: rgb(21,66,158); }

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

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

 a { background-color: rgb(21,66,158); }

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

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

 span { border-color: rgb(21,66,158); }

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