#153C60

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

Shades of Regal Blue #153C60

Tints of Regal Blue #153C60

Color information

#153C60 (or 0x153C60) is unknown color: approx Regal Blue. HEX triplet: 15, 3C and 60. RGB value is (21,60,96). Sum of RGB (Red+Green+Blue) = 21+60+96=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #153C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C60 is #EAC39F. Grayscale: #343434. Windows color (decimal): -15385504 or 6306837. OLE color: 6306837.

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

Color convert

RGB216096-
CMYK0.780.3800.62
HSL208.8º64.1%22.94%-
HSV(B)208.8º78.12%37.65%-
XYZ4.044.2411.67-
YUV52.44152.58105.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=11.86%
G=33.90%
B=54.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2160960.780.3800.62208.864.122.94
Hex153C604E2603Ed14017
Octal25741401164607632110027
Binary1010111110011000001001110100110011111011010001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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