#153458

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

Shades of Regal Blue #153458

Tints of Regal Blue #153458

Color information

#153458 (or 0x153458) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 58. RGB value is (21,52,88). Sum of RGB (Red+Green+Blue) = 21+52+88=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #153458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153458 is #EACBA7. Grayscale: #2E2E2E. Windows color (decimal): -15387560 or 5780501. OLE color: 5780501.

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

Color convert

RGB215288-
CMYK0.760.4100.65
HSL212.24º61.47%21.37%-
HSV(B)212.24º76.14%34.51%-
XYZ3.33.329.7-
YUV46.83151.23109.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=13.04%
G=32.30%
B=54.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2152880.760.4100.65212.2461.4721.37
Hex1534584C29041d43d15
Octal25641301145101013247525
Binary1010111010010110001001100101001010000011101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153458; }

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

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

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

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

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

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

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

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