#15365F

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

Shades of Regal Blue #15365F

Tints of Regal Blue #15365F

Color information

#15365F (or 0x15365F) is unknown color: approx Regal Blue. HEX triplet: 15, 36 and 5F. RGB value is (21,54,95). Sum of RGB (Red+Green+Blue) = 21+54+95=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #15365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15365F is #EAC9A0. Grayscale: #303030. Windows color (decimal): -15387041 or 6239765. OLE color: 6239765.

HSL color Cylindrical-coordinate representation of color #15365F: hue angle of 213.24º degrees, saturation: 0.64, 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 #15365F is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB215495-
CMYK0.780.4300.63
HSL213.24º63.79%22.75%-
HSV(B)213.24º77.89%37.25%-
XYZ3.693.6211.33-
YUV48.81154.07108.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=12.35%
G=31.76%
B=55.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2154950.780.4300.63213.2463.7922.75
Hex15365F4E2B03Fd54017
Octal25661371165307732510027
Binary1010111011010111111001110101011011111111010101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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