#153555

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

Shades of Regal Blue #153555

Tints of Regal Blue #153555

Color information

#153555 (or 0x153555) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 55. RGB value is (21,53,85). Sum of RGB (Red+Green+Blue) = 21+53+85=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #153555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153555 is #EACAAA. Grayscale: #2E2E2E. Windows color (decimal): -15387307 or 5584149. OLE color: 5584149.

HSL color Cylindrical-coordinate representation of color #153555: hue angle of 210º 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 #153555 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215385-
CMYK0.750.3800.67
HSL210º60.38%20.78%-
HSV(B)210º75.29%33.33%-
XYZ3.223.369.07-
YUV47.08149.4109.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=13.21%
G=33.33%
B=53.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2153850.750.3800.6721060.3820.78
Hex1535554B26043d23c15
Octal25651251134601033227425
Binary1010111010110101011001011100110010000111101001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153555; }

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

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

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

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

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

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

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

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