#153953

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

Shades of Regal Blue #153953

Tints of Regal Blue #153953

Color information

#153953 (or 0x153953) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 53. RGB value is (21,57,83). Sum of RGB (Red+Green+Blue) = 21+57+83=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #153953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153953 is #EAC6AC. Grayscale: #313131. Windows color (decimal): -15386285 or 5454101. OLE color: 5454101.

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

Color convert

RGB215783-
CMYK0.750.3100.67
HSL205.16º59.62%20.39%-
HSV(B)205.16º74.7%32.55%-
XYZ3.333.718.72-
YUV49.2147.07107.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=13.04%
G=35.40%
B=51.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2157830.750.3100.67205.1659.6220.39
Hex1539534B1F043cd3c14
Octal25711231133701033157424
Binary101011110011010011100101111111010000111100110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153953; }

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

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

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

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

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

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

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

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