#153957

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

Shades of Regal Blue #153957

Tints of Regal Blue #153957

Color information

#153957 (or 0x153957) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 57. RGB value is (21,57,87). Sum of RGB (Red+Green+Blue) = 21+57+87=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #153957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153957 is #EAC6A8. Grayscale: #313131. Windows color (decimal): -15386281 or 5716245. OLE color: 5716245.

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

Color convert

RGB215787-
CMYK0.760.3400.66
HSL207.27º61.11%21.18%-
HSV(B)207.27º75.86%34.12%-
XYZ3.493.779.56-
YUV49.66149.07107.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=12.73%
G=34.55%
B=52.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2157870.760.3400.66207.2761.1121.18
Hex1539574C22042cf3d15
Octal25711271144201023177525
Binary1010111100110101111001100100010010000101100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153957; }

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

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

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

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

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

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

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

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