#15355B

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

Shades of Regal Blue #15355B

Tints of Regal Blue #15355B

Color information

#15355B (or 0x15355B) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 5B. RGB value is (21,53,91). Sum of RGB (Red+Green+Blue) = 21+53+91=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #15355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15355B is #EACAA4. Grayscale: #2F2F2F. Windows color (decimal): -15387301 or 5977365. OLE color: 5977365.

HSL color Cylindrical-coordinate representation of color #15355B: hue angle of 212.57º 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 #15355B is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB215391-
CMYK0.770.4200.64
HSL212.57º62.5%21.96%-
HSV(B)212.57º76.92%35.69%-
XYZ3.473.4610.38-
YUV47.76152.4108.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=12.73%
G=32.12%
B=55.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2153910.770.4200.64212.5762.521.96
Hex15355B4D2A040d53e16
Octal25651331155201003257626
Binary1010111010110110111001101101010010000001101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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