#153B56

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

Shades of Regal Blue #153B56

Tints of Regal Blue #153B56

Color information

#153B56 (or 0x153B56) is unknown color: approx Regal Blue. HEX triplet: 15, 3B and 56. RGB value is (21,59,86). Sum of RGB (Red+Green+Blue) = 21+59+86=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #153B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B56 is #EAC4A9. Grayscale: #323232. Windows color (decimal): -15385770 or 5651221. OLE color: 5651221.

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

Color convert

RGB215986-
CMYK0.760.3100.66
HSL204.92º60.75%20.98%-
HSV(B)204.92º75.58%33.73%-
XYZ3.553.969.38-
YUV50.72147.91106.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 59 (23.44% from 255) = 35.54%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=12.65%
G=35.54%
B=51.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2159860.760.3100.66204.9260.7520.98
Hex153B564C1F042cd3d15
Octal25731261143701023157525
Binary101011110111010110100110011111010000101100110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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