#15406B

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

Shades of Regal Blue #15406B

Tints of Regal Blue #15406B

Color information

#15406B (or 0x15406B) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 6B. RGB value is (21,64,107). Sum of RGB (Red+Green+Blue) = 21+64+107=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #15406B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15406B is #EABF94. Grayscale: #373737. Windows color (decimal): -15384469 or 7028757. OLE color: 7028757.

HSL color Cylindrical-coordinate representation of color #15406B: hue angle of 210º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15406B is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2164107-
CMYK0.800.4000.58
HSL210º67.19%25.1%-
HSV(B)210º80.37%41.96%-
XYZ4.84.8914.6-
YUV56.04156.75103-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=10.94%
G=33.33%
B=55.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21641070.800.4000.5821067.1925.1
Hex15406B502803Ad24319
Octal251001531205007232210331
Binary10101100000011010111010000101000011101011010010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,64,107); }

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

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

 a { background-color: rgb(21,64,107); }

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

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

 span { border-color: rgb(21,64,107); }

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