#153A60

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

Shades of Regal Blue #153A60

Tints of Regal Blue #153A60

Color information

#153A60 (or 0x153A60) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 60. RGB value is (21,58,96). Sum of RGB (Red+Green+Blue) = 21+58+96=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #153A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A60 is #EAC59F. Grayscale: #333333. Windows color (decimal): -15386016 or 6306325. OLE color: 6306325.

HSL color Cylindrical-coordinate representation of color #153A60: hue angle of 210.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153A60 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215896-
CMYK0.780.4000.62
HSL210.4º64.1%22.94%-
HSV(B)210.4º78.12%37.65%-
XYZ3.934.0311.64-
YUV51.27153.24106.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=12%
G=33.14%
B=54.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2158960.780.4000.62210.464.122.94
Hex153A604E2803Ed24017
Octal25721401165007632210027
Binary1010111101011000001001110101000011111011010010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A60; }

 p { color: rgb(21,58,96); }

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

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

 a { background-color: rgb(21,58,96); }

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

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

 span { border-color: rgb(21,58,96); }

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