#153559

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

Shades of Regal Blue #153559

Tints of Regal Blue #153559

Color information

#153559 (or 0x153559) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 59. RGB value is (21,53,89). Sum of RGB (Red+Green+Blue) = 21+53+89=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #153559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153559 is #EACAA6. Grayscale: #2F2F2F. Windows color (decimal): -15387303 or 5846293. OLE color: 5846293.

HSL color Cylindrical-coordinate representation of color #153559: hue angle of 211.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153559 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB215389-
CMYK0.760.4000.65
HSL211.76º61.82%21.57%-
HSV(B)211.76º76.4%34.9%-
XYZ3.393.439.93-
YUV47.54151.4109.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=12.88%
G=32.52%
B=54.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2153890.760.4000.65211.7661.8221.57
Hex1535594C28041d43e16
Octal25651311145001013247626
Binary1010111010110110011001100101000010000011101010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153559; }

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

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

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

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

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

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

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

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