#153F57

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

Shades of Regal Blue #153F57

Tints of Regal Blue #153F57

Color information

#153F57 (or 0x153F57) is unknown color: approx Regal Blue. HEX triplet: 15, 3F and 57. RGB value is (21,63,87). Sum of RGB (Red+Green+Blue) = 21+63+87=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #153F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F57 is #EAC0A8. Grayscale: #353535. Windows color (decimal): -15384745 or 5717781. OLE color: 5717781.

HSL color Cylindrical-coordinate representation of color #153F57: hue angle of 201.82º 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 #153F57 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB216387-
CMYK0.760.2800.66
HSL201.82º61.11%21.18%-
HSV(B)201.82º75.86%34.12%-
XYZ3.814.49.67-
YUV53.18147.09105.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=12.28%
G=36.84%
B=50.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2163870.760.2800.66201.8261.1121.18
Hex153F574C1C042ca3d15
Octal25771271143401023127525
Binary101011111111010111100110011100010000101100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153F57; }

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

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

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

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

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

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

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

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