#153453

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

Shades of Regal Blue #153453

Tints of Regal Blue #153453

Color information

#153453 (or 0x153453) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 53. RGB value is (21,52,83). Sum of RGB (Red+Green+Blue) = 21+52+83=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #153453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153453 is #EACBAC. Grayscale: #2E2E2E. Windows color (decimal): -15387565 or 5452821. OLE color: 5452821.

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

Color convert

RGB215283-
CMYK0.750.3700.67
HSL210º59.62%20.39%-
HSV(B)210º74.7%32.55%-
XYZ3.13.248.65-
YUV46.26148.73109.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=13.46%
G=33.33%
B=53.21%

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
Decimal2152830.750.3700.6721059.6220.39
Hex1534534B25043d23c14
Octal25641231134501033227424
Binary1010111010010100111001011100101010000111101001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153453; }

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

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

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

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

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

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

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

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