#153259

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

Shades of Regal Blue #153259

Tints of Regal Blue #153259

Color information

#153259 (or 0x153259) is unknown color: approx Regal Blue. HEX triplet: 15, 32 and 59. RGB value is (21,50,89). Sum of RGB (Red+Green+Blue) = 21+50+89=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #153259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153259 is #EACDA6. Grayscale: #2D2D2D. Windows color (decimal): -15388071 or 5845525. OLE color: 5845525.

HSL color Cylindrical-coordinate representation of color #153259: hue angle of 214.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153259 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB215089-
CMYK0.760.4400.65
HSL214.41º61.82%21.57%-
HSV(B)214.41º76.4%34.9%-
XYZ3.253.169.89-
YUV45.78152.39110.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 89 (35.16% from 255) = 55.62%
R=13.12%
G=31.25%
B=55.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2150890.760.4400.65214.4161.8221.57
Hex1532594C2C041d63e16
Octal25621311145401013267626
Binary1010111001010110011001100101100010000011101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153259; }

 p { color: rgb(21,50,89); }

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

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

 a { background-color: rgb(21,50,89); }

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

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

 span { border-color: rgb(21,50,89); }

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