#153258

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

Shades of Regal Blue #153258

Tints of Regal Blue #153258

Color information

#153258 (or 0x153258) is unknown color: approx Regal Blue. HEX triplet: 15, 32 and 58. RGB value is (21,50,88). Sum of RGB (Red+Green+Blue) = 21+50+88=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #153258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153258 is #EACDA7. Grayscale: #2D2D2D. Windows color (decimal): -15388072 or 5779989. OLE color: 5779989.

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

Color convert

RGB215088-
CMYK0.760.4300.65
HSL214.03º61.47%21.37%-
HSV(B)214.03º76.14%34.51%-
XYZ3.213.159.67-
YUV45.66151.89110.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=13.21%
G=31.45%
B=55.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2150880.760.4300.65214.0361.4721.37
Hex1532584C2B041d63d15
Octal25621301145301013267525
Binary1010111001010110001001100101011010000011101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153258; }

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

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

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

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

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

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

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

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