#153759

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

Shades of Regal Blue #153759

Tints of Regal Blue #153759

Color information

#153759 (or 0x153759) is unknown color: approx Regal Blue. HEX triplet: 15, 37 and 59. RGB value is (21,55,89). Sum of RGB (Red+Green+Blue) = 21+55+89=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #153759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153759 is #EAC8A6. Grayscale: #303030. Windows color (decimal): -15386791 or 5846805. OLE color: 5846805.

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

Color convert

RGB215589-
CMYK0.760.3800.65
HSL210º61.82%21.57%-
HSV(B)210º76.4%34.9%-
XYZ3.483.619.97-
YUV48.71150.74108.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=12.73%
G=33.33%
B=53.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2155890.760.3800.6521061.8221.57
Hex1537594C26041d23e16
Octal25671311144601013227626
Binary1010111011110110011001100100110010000011101001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153759; }

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

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

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

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

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

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

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

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