#15405A

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

Shades of Regal Blue #15405A

Tints of Regal Blue #15405A

Color information

#15405A (or 0x15405A) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 5A. RGB value is (21,64,90). Sum of RGB (Red+Green+Blue) = 21+64+90=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #15405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15405A is #EABFA5. Grayscale: #353535. Windows color (decimal): -15384486 or 5914645. OLE color: 5914645.

HSL color Cylindrical-coordinate representation of color #15405A: hue angle of 202.61º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15405A is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB216490-
CMYK0.770.2900.65
HSL202.61º62.16%21.76%-
HSV(B)202.61º76.67%35.29%-
XYZ3.994.5610.34-
YUV54.11148.25104.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=12%
G=36.57%
B=51.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2164900.770.2900.65202.6162.1621.76
Hex15405A4D1D041cb3e16
Octal251001321153501013137626
Binary1010110000001011010100110111101010000011100101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15405A; }

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

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

<style>
 a { background-color: #15405A; }

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

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

<style>
 span { border-color: #15405A; }

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

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