#153F58

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

Shades of Regal Blue #153F58

Tints of Regal Blue #153F58

Color information

#153F58 (or 0x153F58) is unknown color: approx Regal Blue. HEX triplet: 15, 3F and 58. RGB value is (21,63,88). Sum of RGB (Red+Green+Blue) = 21+63+88=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #153F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F58 is #EAC0A7. Grayscale: #353535. Windows color (decimal): -15384744 or 5783317. OLE color: 5783317.

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

Color convert

RGB216388-
CMYK0.760.2800.65
HSL202.39º61.47%21.37%-
HSV(B)202.39º76.14%34.51%-
XYZ3.854.429.88-
YUV53.29147.59104.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=12.21%
G=36.63%
B=51.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2163880.760.2800.65202.3961.4721.37
Hex153F584C1C041ca3d15
Octal25771301143401013127525
Binary101011111111011000100110011100010000011100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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