#15318F

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

Shades of Egyptian Blue #15318F

Tints of Egyptian Blue #15318F

Color information

#15318F (or 0x15318F) is unknown color: approx Egyptian Blue. HEX triplet: 15, 31 and 8F. RGB value is (21,49,143). Sum of RGB (Red+Green+Blue) = 21+49+143=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #15318F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15318F is #EACE70. Grayscale: #323232. Windows color (decimal): -15388273 or 9384213. OLE color: 9384213.

HSL color Cylindrical-coordinate representation of color #15318F: hue angle of 226.23º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15318F is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2149143-
CMYK0.850.6600.44
HSL226.23º74.39%32.16%-
HSV(B)226.23º85.31%56.08%-
XYZ6.374.3426.49-
YUV51.34179.72106.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 143 (56.25% from 255) = 67.14%
R=9.86%
G=23.00%
B=67.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21491430.850.6600.44226.2374.3932.16
Hex15318F554202Ce24a20
Octal256121712510205434211240
Binary1010111000110001111101010110000100101100111000101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15318F; }

 p { color: rgb(21,49,143); }

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

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

 a { background-color: rgb(21,49,143); }

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

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

 span { border-color: rgb(21,49,143); }

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