#153351

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

Shades of Regal Blue #153351

Tints of Regal Blue #153351

Color information

#153351 (or 0x153351) is unknown color: approx Regal Blue. HEX triplet: 15, 33 and 51. RGB value is (21,51,81). Sum of RGB (Red+Green+Blue) = 21+51+81=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #153351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153351 is #EACCAE. Grayscale: #2D2D2D. Windows color (decimal): -15387823 or 5321493. OLE color: 5321493.

HSL color Cylindrical-coordinate representation of color #153351: hue angle of 210º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153351 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB215181-
CMYK0.740.3700.68
HSL210º58.82%20%-
HSV(B)210º74.07%31.76%-
XYZ2.983.128.23-
YUV45.45148.06110.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=13.73%
G=33.33%
B=52.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2151810.740.3700.6821058.8220
Hex1533514A25044d23b14
Octal25631211124501043227324
Binary1010111001110100011001010100101010001001101001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153351; }

 p { color: rgb(21,51,81); }

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

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

 a { background-color: rgb(21,51,81); }

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

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

 span { border-color: rgb(21,51,81); }

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