#15355C

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

Shades of Regal Blue #15355C

Tints of Regal Blue #15355C

Color information

#15355C (or 0x15355C) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 5C. RGB value is (21,53,92). Sum of RGB (Red+Green+Blue) = 21+53+92=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #15355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15355C is #EACAA3. Grayscale: #2F2F2F. Windows color (decimal): -15387300 or 6042901. OLE color: 6042901.

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

Color convert

RGB215392-
CMYK0.770.4200.64
HSL212.96º62.83%22.16%-
HSV(B)212.96º77.17%36.08%-
XYZ3.513.4810.61-
YUV47.88152.9108.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 92 (36.33% from 255) = 55.42%
R=12.65%
G=31.93%
B=55.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2153920.770.4200.64212.9662.8322.16
Hex15355C4D2A040d53f16
Octal25651341155201003257726
Binary1010111010110111001001101101010010000001101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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