#153C52

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

Shades of Regal Blue #153C52

Tints of Regal Blue #153C52

Color information

#153C52 (or 0x153C52) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 52. RGB value is (21,60,82). Sum of RGB (Red+Green+Blue) = 21+60+82=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #153C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C52 is #EAC3AD. Grayscale: #323232. Windows color (decimal): -15385518 or 5389333. OLE color: 5389333.

HSL color Cylindrical-coordinate representation of color #153C52: hue angle of 201.64º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153C52 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB216082-
CMYK0.740.2700.68
HSL201.64º59.22%20.2%-
HSV(B)201.64º74.39%32.16%-
XYZ3.4548.57-
YUV50.85145.58106.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=12.88%
G=36.81%
B=50.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2160820.740.2700.68201.6459.2220.2
Hex153C524A1B044ca3b14
Octal25741221123301043127324
Binary101011111001010010100101011011010001001100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,60,82); }

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

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

 a { background-color: rgb(21,60,82); }

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

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

 span { border-color: rgb(21,60,82); }

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