#15415C

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

Shades of Regal Blue #15415C

Tints of Regal Blue #15415C

Color information

#15415C (or 0x15415C) is unknown color: approx Regal Blue. HEX triplet: 15, 41 and 5C. RGB value is (21,65,92). Sum of RGB (Red+Green+Blue) = 21+65+92=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #15415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415C is #EABEA3. Grayscale: #363636. Windows color (decimal): -15384228 or 6045973. OLE color: 6045973.

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

Color convert

RGB216592-
CMYK0.770.2900.64
HSL202.82º62.83%22.16%-
HSV(B)202.82º77.17%36.08%-
XYZ4.134.7110.82-
YUV54.92148.92103.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.80%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=11.80%
G=36.52%
B=51.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2165920.770.2900.64202.8262.8322.16
Hex15415C4D1D040cb3f16
Octal251011341153501003137726
Binary1010110000011011100100110111101010000001100101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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