#15415E

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

Shades of Regal Blue #15415E

Tints of Regal Blue #15415E

Color information

#15415E (or 0x15415E) is unknown color: approx Regal Blue. HEX triplet: 15, 41 and 5E. RGB value is (21,65,94). Sum of RGB (Red+Green+Blue) = 21+65+94=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #15415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415E is #EABEA1. Grayscale: #363636. Windows color (decimal): -15384226 or 6177045. OLE color: 6177045.

HSL color Cylindrical-coordinate representation of color #15415E: hue angle of 203.84º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15415E is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB216594-
CMYK0.780.3100.63
HSL203.84º63.48%22.55%-
HSV(B)203.84º77.66%36.86%-
XYZ4.224.7511.28-
YUV55.15149.92103.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.67%
GREEN value IS 65 (25.78% from 255) = 36.11%
BLUE value IS 94 (37.11% from 255) = 52.22%
R=11.67%
G=36.11%
B=52.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2165940.780.3100.63203.8463.4822.55
Hex15415E4E1F03Fcc3f17
Octal25101136116370773147727
Binary101011000001101111010011101111101111111100110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,65,94); }

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

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

 a { background-color: rgb(21,65,94); }

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

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

 span { border-color: rgb(21,65,94); }

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