#153E54

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

Shades of Regal Blue #153E54

Tints of Regal Blue #153E54

Color information

#153E54 (or 0x153E54) is unknown color: approx Regal Blue. HEX triplet: 15, 3E and 54. RGB value is (21,62,84). Sum of RGB (Red+Green+Blue) = 21+62+84=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #153E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E54 is #EAC1AB. Grayscale: #343434. Windows color (decimal): -15385004 or 5520917. OLE color: 5520917.

HSL color Cylindrical-coordinate representation of color #153E54: hue angle of 200.95º 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 #153E54 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB216284-
CMYK0.750.2600.67
HSL200.95º60%20.59%-
HSV(B)200.95º75%32.94%-
XYZ3.634.249.02-
YUV52.25145.92105.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=12.57%
G=37.13%
B=50.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2162840.750.2600.67200.956020.59
Hex153E544B1A043c93c15
Octal25761241133201033117425
Binary101011111101010100100101111010010000111100100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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