#15269A

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

Shades of Egyptian Blue #15269A

Tints of Egyptian Blue #15269A

Color information

#15269A (or 0x15269A) is unknown color: approx Egyptian Blue. HEX triplet: 15, 26 and 9A. RGB value is (21,38,154). Sum of RGB (Red+Green+Blue) = 21+38+154=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 154 (60.55% from 255 or 72.30% from 213); Max value from RGB is 154 - color contains mainly: blue. Hex color #15269A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15269A is #EAD965. Grayscale: #2D2D2D. Windows color (decimal): -15391078 or 10102293. OLE color: 10102293.

HSL color Cylindrical-coordinate representation of color #15269A: hue angle of 232.33º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15269A is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2138154-
CMYK0.860.7500.40
HSL232.33º76%34.31%-
HSV(B)232.33º86.36%60.39%-
XYZ6.843.8830.96-
YUV46.14188.87110.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 154 (60.55% from 255) = 72.30%
R=9.86%
G=17.84%
B=72.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21381540.860.7500.40232.337634.31
Hex15269A564B028e84c22
Octal254623212611305035011442
Binary1010110011010011010101011010010110101000111010001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,38,154); }

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

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

 a { background-color: rgb(21,38,154); }

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

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

 span { border-color: rgb(21,38,154); }

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