#15419E

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

Shades of Egyptian Blue #15419E

Tints of Egyptian Blue #15419E

Color information

#15419E (or 0x15419E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 41 and 9E. RGB value is (21,65,158). Sum of RGB (Red+Green+Blue) = 21+65+158=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #15419E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15419E is #EABE61. Grayscale: #3E3E3E. Windows color (decimal): -15384162 or 10371349. OLE color: 10371349.

HSL color Cylindrical-coordinate representation of color #15419E: hue angle of 220.73º 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 #15419E is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2165158-
CMYK0.870.5900.38
HSL220.73º76.54%35.1%-
HSV(B)220.73º86.71%61.96%-
XYZ8.376.4133.14-
YUV62.45181.9298.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=8.61%
G=26.64%
B=64.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21651580.870.5900.38220.7376.5435.1
Hex15419E573B026dd4d23
Octal251012361277304633511543
Binary1010110000011001111010101111110110100110110111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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