#15405C

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

Shades of Regal Blue #15405C

Tints of Regal Blue #15405C

Color information

#15405C (or 0x15405C) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 5C. RGB value is (21,64,92). Sum of RGB (Red+Green+Blue) = 21+64+92=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #15405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15405C is #EABFA3. Grayscale: #363636. Windows color (decimal): -15384484 or 6045717. OLE color: 6045717.

HSL color Cylindrical-coordinate representation of color #15405C: hue angle of 203.66º degrees, saturation: 0.63, 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 #15405C is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB216492-
CMYK0.770.3000.64
HSL203.66º62.83%22.16%-
HSV(B)203.66º77.17%36.08%-
XYZ4.074.610.8-
YUV54.33149.25104.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 92 (36.33% from 255) = 51.98%
R=11.86%
G=36.16%
B=51.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2164920.770.3000.64203.6662.8322.16
Hex15405C4D1E040cc3f16
Octal251001341153601003147726
Binary1010110000001011100100110111110010000001100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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