#153A52

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

Shades of Regal Blue #153A52

Tints of Regal Blue #153A52

Color information

#153A52 (or 0x153A52) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 52. RGB value is (21,58,82). Sum of RGB (Red+Green+Blue) = 21+58+82=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #153A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A52 is #EAC5AD. Grayscale: #313131. Windows color (decimal): -15386030 or 5388821. OLE color: 5388821.

HSL color Cylindrical-coordinate representation of color #153A52: hue angle of 203.61º 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 #153A52 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215882-
CMYK0.740.2900.68
HSL203.61º59.22%20.2%-
HSV(B)203.61º74.39%32.16%-
XYZ3.353.798.54-
YUV49.67146.24107.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=13.04%
G=36.02%
B=50.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2158820.740.2900.68203.6159.2220.2
Hex153A524A1D044cc3b14
Octal25721221123501043147324
Binary101011110101010010100101011101010001001100110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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