#153B59

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

Shades of Regal Blue #153B59

Tints of Regal Blue #153B59

Color information

#153B59 (or 0x153B59) is unknown color: approx Regal Blue. HEX triplet: 15, 3B and 59. RGB value is (21,59,89). Sum of RGB (Red+Green+Blue) = 21+59+89=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #153B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B59 is #EAC4A6. Grayscale: #323232. Windows color (decimal): -15385767 or 5847829. OLE color: 5847829.

HSL color Cylindrical-coordinate representation of color #153B59: hue angle of 206.47º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153B59 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB215989-
CMYK0.760.3400.65
HSL206.47º61.82%21.57%-
HSV(B)206.47º76.4%34.9%-
XYZ3.684.0110.03-
YUV51.06149.41106.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 89 (35.16% from 255) = 52.66%
R=12.43%
G=34.91%
B=52.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2159890.760.3400.65206.4761.8221.57
Hex153B594C22041ce3e16
Octal25731311144201013167626
Binary1010111101110110011001100100010010000011100111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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