#153055

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

Shades of Regal Blue #153055

Tints of Regal Blue #153055

Color information

#153055 (or 0x153055) is unknown color: approx Regal Blue. HEX triplet: 15, 30 and 55. RGB value is (21,48,85). Sum of RGB (Red+Green+Blue) = 21+48+85=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #153055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153055 is #EACFAA. Grayscale: #2B2B2B. Windows color (decimal): -15388587 or 5582869. OLE color: 5582869.

HSL color Cylindrical-coordinate representation of color #153055: hue angle of 214.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153055 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB214885-
CMYK0.750.4400.67
HSL214.69º60.38%20.78%-
HSV(B)214.69º75.29%33.33%-
XYZ3.012.939-
YUV44.14151.05111.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=13.64%
G=31.17%
B=55.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2148850.750.4400.67214.6960.3820.78
Hex1530554B2C043d73c15
Octal25601251135401033277425
Binary1010111000010101011001011101100010000111101011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153055; }

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

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

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

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

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

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

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

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