#15395B

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

Shades of Regal Blue #15395B

Tints of Regal Blue #15395B

Color information

#15395B (or 0x15395B) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 5B. RGB value is (21,57,91). Sum of RGB (Red+Green+Blue) = 21+57+91=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #15395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15395B is #EAC6A4. Grayscale: #313131. Windows color (decimal): -15386277 or 5978389. OLE color: 5978389.

HSL color Cylindrical-coordinate representation of color #15395B: hue angle of 209.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15395B is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB215791-
CMYK0.770.3700.64
HSL209.14º62.5%21.96%-
HSV(B)209.14º76.92%35.69%-
XYZ3.663.8410.45-
YUV50.11151.07107.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=12.43%
G=33.73%
B=53.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2157910.770.3700.64209.1462.521.96
Hex15395B4D25040d13e16
Octal25711331154501003217626
Binary1010111100110110111001101100101010000001101000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15395B; }

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

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

<style>
 a { background-color: #15395B; }

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

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

<style>
 span { border-color: #15395B; }

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

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