#153357

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

Shades of Regal Blue #153357

Tints of Regal Blue #153357

Color information

#153357 (or 0x153357) is unknown color: approx Regal Blue. HEX triplet: 15, 33 and 57. RGB value is (21,51,87). Sum of RGB (Red+Green+Blue) = 21+51+87=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #153357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153357 is #EACCA8. Grayscale: #2D2D2D. Windows color (decimal): -15387817 or 5714709. OLE color: 5714709.

HSL color Cylindrical-coordinate representation of color #153357: hue angle of 212.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153357 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB215187-
CMYK0.760.4100.66
HSL212.73º61.11%21.18%-
HSV(B)212.73º75.86%34.12%-
XYZ3.213.229.47-
YUV46.13151.06110.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=13.21%
G=32.08%
B=54.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2151870.760.4100.66212.7361.1121.18
Hex1533574C29042d53d15
Octal25631271145101023257525
Binary1010111001110101111001100101001010000101101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153357; }

 p { color: rgb(21,51,87); }

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

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

 a { background-color: rgb(21,51,87); }

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

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

 span { border-color: rgb(21,51,87); }

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