#153B51

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

Shades of Regal Blue #153B51

Tints of Regal Blue #153B51

Color information

#153B51 (or 0x153B51) is unknown color: approx Regal Blue. HEX triplet: 15, 3B and 51. RGB value is (21,59,81). Sum of RGB (Red+Green+Blue) = 21+59+81=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #153B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B51 is #EAC4AE. Grayscale: #323232. Windows color (decimal): -15385775 or 5323541. OLE color: 5323541.

HSL color Cylindrical-coordinate representation of color #153B51: hue angle of 202º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153B51 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215981-
CMYK0.740.2700.68
HSL202º58.82%20%-
HSV(B)202º74.07%31.76%-
XYZ3.363.888.36-
YUV50.15145.41107.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 59 (23.44% from 255) = 36.65%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=13.04%
G=36.65%
B=50.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2159810.740.2700.6820258.8220
Hex153B514A1B044ca3b14
Octal25731211123301043127324
Binary101011110111010001100101011011010001001100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,59,81); }

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

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

 a { background-color: rgb(21,59,81); }

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

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

 span { border-color: rgb(21,59,81); }

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