#153358

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

Shades of Regal Blue #153358

Tints of Regal Blue #153358

Color information

#153358 (or 0x153358) is unknown color: approx Regal Blue. HEX triplet: 15, 33 and 58. RGB value is (21,51,88). Sum of RGB (Red+Green+Blue) = 21+51+88=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #153358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153358 is #EACCA7. Grayscale: #2E2E2E. Windows color (decimal): -15387816 or 5780245. OLE color: 5780245.

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

Color convert

RGB215188-
CMYK0.760.4200.65
HSL213.13º61.47%21.37%-
HSV(B)213.13º76.14%34.51%-
XYZ3.253.239.68-
YUV46.25151.56109.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 88 (34.77% from 255) = 55%
R=13.12%
G=31.88%
B=55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2151880.760.4200.65213.1361.4721.37
Hex1533584C2A041d53d15
Octal25631301145201013257525
Binary1010111001110110001001100101010010000011101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153358; }

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

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

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

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

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

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

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

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