#15399C

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

Shades of Egyptian Blue #15399C

Tints of Egyptian Blue #15399C

Color information

#15399C (or 0x15399C) is unknown color: approx Egyptian Blue. HEX triplet: 15, 39 and 9C. RGB value is (21,57,156). Sum of RGB (Red+Green+Blue) = 21+57+156=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #15399C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15399C is #EAC663. Grayscale: #393939. Windows color (decimal): -15386212 or 10238229. OLE color: 10238229.

HSL color Cylindrical-coordinate representation of color #15399C: hue angle of 224º 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 #15399C is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2157156-
CMYK0.870.6300.39
HSL224º76.27%34.71%-
HSV(B)224º86.54%61.18%-
XYZ7.775.4932.1-
YUV57.52183.57101.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 156 (61.33% from 255) = 66.67%
R=8.97%
G=24.36%
B=66.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21571560.870.6300.3922476.2734.71
Hex15399C573F027e04c23
Octal25712341277704734011443
Binary101011110011001110010101111111110100111111000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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