#153457

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

Shades of Regal Blue #153457

Tints of Regal Blue #153457

Color information

#153457 (or 0x153457) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 57. RGB value is (21,52,87). Sum of RGB (Red+Green+Blue) = 21+52+87=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #153457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153457 is #EACBA8. Grayscale: #2E2E2E. Windows color (decimal): -15387561 or 5714965. OLE color: 5714965.

HSL color Cylindrical-coordinate representation of color #153457: hue angle of 211.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153457 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB215287-
CMYK0.760.4000.66
HSL211.82º61.11%21.18%-
HSV(B)211.82º75.86%34.12%-
XYZ3.263.39.48-
YUV46.72150.73109.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=13.12%
G=32.5%
B=54.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2152870.760.4000.66211.8261.1121.18
Hex1534574C28042d43d15
Octal25641271145001023247525
Binary1010111010010101111001100101000010000101101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153457; }

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

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

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

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

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

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

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

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