#153156

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

Shades of Regal Blue #153156

Tints of Regal Blue #153156

Color information

#153156 (or 0x153156) is unknown color: approx Regal Blue. HEX triplet: 15, 31 and 56. RGB value is (21,49,86). Sum of RGB (Red+Green+Blue) = 21+49+86=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #153156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153156 is #EACEA9. Grayscale: #2C2C2C. Windows color (decimal): -15388330 or 5648661. OLE color: 5648661.

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

Color convert

RGB214986-
CMYK0.760.4300.66
HSL214.15º60.75%20.98%-
HSV(B)214.15º75.58%33.73%-
XYZ3.093.039.23-
YUV44.85151.22110.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 49 (19.53% from 255) = 31.41%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=13.46%
G=31.41%
B=55.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2149860.760.4300.66214.1560.7520.98
Hex1531564C2B042d63d15
Octal25611261145301023267525
Binary1010111000110101101001100101011010000101101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153156; }

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

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

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

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

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

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

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

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