#153051

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

Shades of Regal Blue #153051

Tints of Regal Blue #153051

Color information

#153051 (or 0x153051) is unknown color: approx Regal Blue. HEX triplet: 15, 30 and 51. RGB value is (21,48,81). Sum of RGB (Red+Green+Blue) = 21+48+81=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #153051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153051 is #EACFAE. Grayscale: #2B2B2B. Windows color (decimal): -15388591 or 5320725. OLE color: 5320725.

HSL color Cylindrical-coordinate representation of color #153051: hue angle of 213º 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 #153051 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB214881-
CMYK0.740.4100.68
HSL213º58.82%20%-
HSV(B)213º74.07%31.76%-
XYZ2.852.878.19-
YUV43.69149.05111.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 81 (32.03% from 255) = 54%
R=14%
G=32%
B=54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2148810.740.4100.6821358.8220
Hex1530514A29044d53b14
Octal25601211125101043257324
Binary1010111000010100011001010101001010001001101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153051; }

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

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

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

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

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

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

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

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