#153456

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

Shades of Regal Blue #153456

Tints of Regal Blue #153456

Color information

#153456 (or 0x153456) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 56. RGB value is (21,52,86). Sum of RGB (Red+Green+Blue) = 21+52+86=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #153456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153456 is #EACBA9. Grayscale: #2E2E2E. Windows color (decimal): -15387562 or 5649429. OLE color: 5649429.

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

Color convert

RGB215286-
CMYK0.760.4000.66
HSL211.38º60.75%20.98%-
HSV(B)211.38º75.58%33.73%-
XYZ3.223.299.27-
YUV46.61150.23109.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=13.21%
G=32.70%
B=54.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2152860.760.4000.66211.3860.7520.98
Hex1534564C28042d33d15
Octal25641261145001023237525
Binary1010111010010101101001100101000010000101101001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153456; }

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

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

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

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

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

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

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

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