#153F56

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

Shades of Regal Blue #153F56

Tints of Regal Blue #153F56

Color information

#153F56 (or 0x153F56) is unknown color: approx Regal Blue. HEX triplet: 15, 3F and 56. RGB value is (21,63,86). Sum of RGB (Red+Green+Blue) = 21+63+86=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #153F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F56 is #EAC0A9. Grayscale: #343434. Windows color (decimal): -15384746 or 5652245. OLE color: 5652245.

HSL color Cylindrical-coordinate representation of color #153F56: hue angle of 201.23º 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 #153F56 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB216386-
CMYK0.760.2700.66
HSL201.23º60.75%20.98%-
HSV(B)201.23º75.58%33.73%-
XYZ3.774.399.45-
YUV53.06146.59105.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.35%
GREEN value IS 63 (25% from 255) = 37.06%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=12.35%
G=37.06%
B=50.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2163860.760.2700.66201.2360.7520.98
Hex153F564C1B042c93d15
Octal25771261143301023117525
Binary101011111111010110100110011011010000101100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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