#15365B

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

Shades of Regal Blue #15365B

Tints of Regal Blue #15365B

Color information

#15365B (or 0x15365B) is unknown color: approx Regal Blue. HEX triplet: 15, 36 and 5B. RGB value is (21,54,91). Sum of RGB (Red+Green+Blue) = 21+54+91=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #15365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15365B is #EAC9A4. Grayscale: #303030. Windows color (decimal): -15387045 or 5977621. OLE color: 5977621.

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

Color convert

RGB215491-
CMYK0.770.4100.64
HSL211.71º62.5%21.96%-
HSV(B)211.71º76.92%35.69%-
XYZ3.523.5510.4-
YUV48.35152.07108.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=12.65%
G=32.53%
B=54.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2154910.770.4100.64211.7162.521.96
Hex15365B4D29040d43e16
Octal25661331155101003247626
Binary1010111011010110111001101101001010000001101010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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