#153C59

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

Shades of Regal Blue #153C59

Tints of Regal Blue #153C59

Color information

#153C59 (or 0x153C59) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 59. RGB value is (21,60,89). Sum of RGB (Red+Green+Blue) = 21+60+89=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #153C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C59 is #EAC3A6. Grayscale: #333333. Windows color (decimal): -15385511 or 5848085. OLE color: 5848085.

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

Color convert

RGB216089-
CMYK0.760.3300.65
HSL205.59º61.82%21.57%-
HSV(B)205.59º76.4%34.9%-
XYZ3.734.1110.05-
YUV51.64149.08106.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 89 (35.16% from 255) = 52.35%
R=12.35%
G=35.29%
B=52.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2160890.760.3300.65205.5961.8221.57
Hex153C594C21041ce3e16
Octal25741311144101013167626
Binary1010111110010110011001100100001010000011100111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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