#15449C

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

Shades of Egyptian Blue #15449C

Tints of Egyptian Blue #15449C

Color information

#15449C (or 0x15449C) is unknown color: approx Egyptian Blue. HEX triplet: 15, 44 and 9C. RGB value is (21,68,156). Sum of RGB (Red+Green+Blue) = 21+68+156=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #15449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15449C is #EABB63. Grayscale: #3F3F3F. Windows color (decimal): -15383396 or 10241045. OLE color: 10241045.

HSL color Cylindrical-coordinate representation of color #15449C: hue angle of 219.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15449C is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2168156-
CMYK0.870.5600.39
HSL219.11º76.27%34.71%-
HSV(B)219.11º86.54%61.18%-
XYZ8.386.6932.3-
YUV63.98179.9397.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 156 (61.33% from 255) = 63.67%
R=8.57%
G=27.76%
B=63.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21681560.870.5600.39219.1176.2734.71
Hex15449C5738027db4c23
Octal251042341277004733311443
Binary1010110001001001110010101111110000100111110110111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15449C; }

 p { color: rgb(21,68,156); }

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

<style>
 a { background-color: #15449C; }

 a { background-color: rgb(21,68,156); }

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

<style>
 span { border-color: #15449C; }

 span { border-color: rgb(21,68,156); }

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