#15288A

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

Shades of Egyptian Blue #15288A

Tints of Egyptian Blue #15288A

Color information

#15288A (or 0x15288A) is unknown color: approx Egyptian Blue. HEX triplet: 15, 28 and 8A. RGB value is (21,40,138). Sum of RGB (Red+Green+Blue) = 21+40+138=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 138 (54.30% from 255 or 69.35% from 199); Max value from RGB is 138 - color contains mainly: blue. Hex color #15288A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15288A is #EAD775. Grayscale: #2D2D2D. Windows color (decimal): -15390582 or 9054229. OLE color: 9054229.

HSL color Cylindrical-coordinate representation of color #15288A: hue angle of 230.26º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15288A is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2140138-
CMYK0.850.7100.46
HSL230.26º73.58%31.18%-
HSV(B)230.26º84.78%54.12%-
XYZ5.663.5124.42-
YUV45.49180.21110.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 138 (54.30% from 255) = 69.35%
R=10.55%
G=20.10%
B=69.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21401380.850.7100.46230.2673.5831.18
Hex15288A554702Ee64a1f
Octal255021212510705634611237
Binary101011010001000101010101011000111010111011100110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15288A; }

 p { color: rgb(21,40,138); }

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

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

 a { background-color: rgb(21,40,138); }

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

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

 span { border-color: rgb(21,40,138); }

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