#153A54

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

Shades of Regal Blue #153A54

Tints of Regal Blue #153A54

Color information

#153A54 (or 0x153A54) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 54. RGB value is (21,58,84). Sum of RGB (Red+Green+Blue) = 21+58+84=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #153A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A54 is #EAC5AB. Grayscale: #313131. Windows color (decimal): -15386028 or 5519893. OLE color: 5519893.

HSL color Cylindrical-coordinate representation of color #153A54: hue angle of 204.76º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153A54 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215884-
CMYK0.750.3100.67
HSL204.76º60%20.59%-
HSV(B)204.76º75%32.94%-
XYZ3.423.838.95-
YUV49.9147.24107.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=12.88%
G=35.58%
B=51.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2158840.750.3100.67204.766020.59
Hex153A544B1F043cd3c15
Octal25721241133701033157425
Binary101011110101010100100101111111010000111100110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,58,84); }

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

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

 a { background-color: rgb(21,58,84); }

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

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

 span { border-color: rgb(21,58,84); }

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