#15309E

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

Shades of Egyptian Blue #15309E

Tints of Egyptian Blue #15309E

Color information

#15309E (or 0x15309E) is unknown color: approx Egyptian Blue. HEX triplet: 15, 30 and 9E. RGB value is (21,48,158). Sum of RGB (Red+Green+Blue) = 21+48+158=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #15309E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15309E is #EACF61. Grayscale: #343434. Windows color (decimal): -15388514 or 10366997. OLE color: 10366997.

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

Color convert

RGB2148158-
CMYK0.870.7000.38
HSL228.18º76.54%35.1%-
HSV(B)228.18º86.71%61.96%-
XYZ7.544.7432.87-
YUV52.47187.55105.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=9.25%
G=21.15%
B=69.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21481580.870.7000.38228.1876.5435.1
Hex15309E5746026e44d23
Octal256023612710604634411543
Binary1010111000010011110101011110001100100110111001001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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