#153E60

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

Shades of Regal Blue #153E60

Tints of Regal Blue #153E60

Color information

#153E60 (or 0x153E60) is unknown color: approx Regal Blue. HEX triplet: 15, 3E and 60. RGB value is (21,62,96). Sum of RGB (Red+Green+Blue) = 21+62+96=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #153E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E60 is #EAC19F. Grayscale: #353535. Windows color (decimal): -15384992 or 6307349. OLE color: 6307349.

HSL color Cylindrical-coordinate representation of color #153E60: hue angle of 207.2º 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 #153E60 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB216296-
CMYK0.780.3500.62
HSL207.2º64.1%22.94%-
HSV(B)207.2º78.12%37.65%-
XYZ4.144.4511.71-
YUV53.62151.92104.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.73%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=11.73%
G=34.64%
B=53.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2162960.780.3500.62207.264.122.94
Hex153E604E2303Ecf4017
Octal25761401164307631710027
Binary1010111111011000001001110100011011111011001111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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