#153455

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

Shades of Regal Blue #153455

Tints of Regal Blue #153455

Color information

#153455 (or 0x153455) is unknown color: approx Regal Blue. HEX triplet: 15, 34 and 55. RGB value is (21,52,85). Sum of RGB (Red+Green+Blue) = 21+52+85=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #153455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153455 is #EACBAA. Grayscale: #2E2E2E. Windows color (decimal): -15387563 or 5583893. OLE color: 5583893.

HSL color Cylindrical-coordinate representation of color #153455: hue angle of 210.94º 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 #153455 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB215285-
CMYK0.750.3900.67
HSL210.94º60.38%20.78%-
HSV(B)210.94º75.29%33.33%-
XYZ3.183.279.06-
YUV46.49149.73109.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=13.29%
G=32.91%
B=53.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2152850.750.3900.67210.9460.3820.78
Hex1534554B27043d33c15
Octal25641251134701033237425
Binary1010111010010101011001011100111010000111101001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153455; }

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

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

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

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

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

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

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

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