#153C5D

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

Shades of Regal Blue #153C5D

Tints of Regal Blue #153C5D

Color information

#153C5D (or 0x153C5D) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 5D. RGB value is (21,60,93). Sum of RGB (Red+Green+Blue) = 21+60+93=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #153C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C5D is #EAC3A2. Grayscale: #333333. Windows color (decimal): -15385507 or 6110229. OLE color: 6110229.

HSL color Cylindrical-coordinate representation of color #153C5D: hue angle of 207.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153C5D is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB216093-
CMYK0.770.3500.64
HSL207.5º63.16%22.35%-
HSV(B)207.5º77.42%36.47%-
XYZ3.94.1810.96-
YUV52.1151.08105.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=12.07%
G=34.48%
B=53.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2160930.770.3500.64207.563.1622.35
Hex153C5D4D23040d03f16
Octal25741351154301003207726
Binary1010111110010111011001101100011010000001101000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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