#153553

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

Shades of Regal Blue #153553

Tints of Regal Blue #153553

Color information

#153553 (or 0x153553) is unknown color: approx Regal Blue. HEX triplet: 15, 35 and 53. RGB value is (21,53,83). Sum of RGB (Red+Green+Blue) = 21+53+83=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #153553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153553 is #EACAAC. Grayscale: #2E2E2E. Windows color (decimal): -15387309 or 5453077. OLE color: 5453077.

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

Color convert

RGB215383-
CMYK0.750.3600.67
HSL209.03º59.62%20.39%-
HSV(B)209.03º74.7%32.55%-
XYZ3.143.338.66-
YUV46.85148.4109.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=13.38%
G=33.76%
B=52.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2153830.750.3600.67209.0359.6220.39
Hex1535534B24043d13c14
Octal25651231134401033217424
Binary1010111010110100111001011100100010000111101000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153553; }

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

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

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

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

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

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

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

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