#153D52

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

Shades of Regal Blue #153D52

Tints of Regal Blue #153D52

Color information

#153D52 (or 0x153D52) is unknown color: approx Regal Blue. HEX triplet: 15, 3D and 52. RGB value is (21,61,82). Sum of RGB (Red+Green+Blue) = 21+61+82=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #153D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D52 is #EAC2AD. Grayscale: #333333. Windows color (decimal): -15385262 or 5389589. OLE color: 5389589.

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

Color convert

RGB216182-
CMYK0.740.2600.68
HSL200.66º59.22%20.2%-
HSV(B)200.66º74.39%32.16%-
XYZ3.54.118.59-
YUV51.43145.25106.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 82 (32.42% from 255) = 50%
R=12.80%
G=37.20%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2161820.740.2600.68200.6659.2220.2
Hex153D524A1A044c93b14
Octal25751221123201043117324
Binary101011111011010010100101011010010001001100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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