#153D56

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

Shades of Regal Blue #153D56

Tints of Regal Blue #153D56

Color information

#153D56 (or 0x153D56) is unknown color: approx Regal Blue. HEX triplet: 15, 3D and 56. RGB value is (21,61,86). Sum of RGB (Red+Green+Blue) = 21+61+86=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #153D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D56 is #EAC2A9. Grayscale: #333333. Windows color (decimal): -15385258 or 5651733. OLE color: 5651733.

HSL color Cylindrical-coordinate representation of color #153D56: hue angle of 203.08º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153D56 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB216186-
CMYK0.760.2900.66
HSL203.08º60.75%20.98%-
HSV(B)203.08º75.58%33.73%-
XYZ3.664.179.42-
YUV51.89147.25105.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=12.5%
G=36.31%
B=51.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2161860.760.2900.66203.0860.7520.98
Hex153D564C1D042cb3d15
Octal25751261143501023137525
Binary101011111011010110100110011101010000101100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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