#153E58

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

Shades of Regal Blue #153E58

Tints of Regal Blue #153E58

Color information

#153E58 (or 0x153E58) is unknown color: approx Regal Blue. HEX triplet: 15, 3E and 58. RGB value is (21,62,88). Sum of RGB (Red+Green+Blue) = 21+62+88=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #153E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E58 is #EAC1A7. Grayscale: #343434. Windows color (decimal): -15385000 or 5783061. OLE color: 5783061.

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

Color convert

RGB216288-
CMYK0.760.3000.65
HSL203.28º61.47%21.37%-
HSV(B)203.28º76.14%34.51%-
XYZ3.794.319.86-
YUV52.7147.92105.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=12.28%
G=36.26%
B=51.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2162880.760.3000.65203.2861.4721.37
Hex153E584C1E041cb3d15
Octal25761301143601013137525
Binary101011111101011000100110011110010000011100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,62,88); }

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

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

 a { background-color: rgb(21,62,88); }

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

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

 span { border-color: rgb(21,62,88); }

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