#153554

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

Shades of Regal Blue #153554

Tints of Regal Blue #153554

Color information

#153554 (or 0x153554) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 54. RGB value is (21,53,84). Sum of RGB (Red+Green+Blue) = 21+53+84=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #153554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153554 is #EACAAB. Grayscale: #2E2E2E. Windows color (decimal): -15387308 or 5518613. OLE color: 5518613.

HSL color Cylindrical-coordinate representation of color #153554: hue angle of 209.52º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153554 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215384-
CMYK0.750.3700.67
HSL209.52º60%20.59%-
HSV(B)209.52º75%32.94%-
XYZ3.183.358.87-
YUV46.97148.9109.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=13.29%
G=33.54%
B=53.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2153840.750.3700.67209.526020.59
Hex1535544B25043d23c15
Octal25651241134501033227425
Binary1010111010110101001001011100101010000111101001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153554; }

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

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

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

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

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

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

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

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