#153750

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

Shades of Regal Blue #153750

Tints of Regal Blue #153750

Color information

#153750 (or 0x153750) is unknown color: approx Regal Blue. HEX triplet: 15, 37 and 50. RGB value is (21,55,80). Sum of RGB (Red+Green+Blue) = 21+55+80=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #153750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153750 is #EAC8AF. Grayscale: #2F2F2F. Windows color (decimal): -15386800 or 5256981. OLE color: 5256981.

HSL color Cylindrical-coordinate representation of color #153750: hue angle of 205.42º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153750 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB215580-
CMYK0.740.3100.69
HSL205.42º58.42%19.8%-
HSV(B)205.42º73.75%31.37%-
XYZ3.123.478.09-
YUV47.68146.24108.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=13.46%
G=35.26%
B=51.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2155800.740.3100.69205.4258.4219.8
Hex1537504A1F045cd3a14
Octal25671201123701053157224
Binary101011101111010000100101011111010001011100110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153750; }

 p { color: rgb(21,55,80); }

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

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

 a { background-color: rgb(21,55,80); }

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

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

 span { border-color: rgb(21,55,80); }

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