#154060

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

Shades of Regal Blue #154060

Tints of Regal Blue #154060

Color information

#154060 (or 0x154060) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 60. RGB value is (21,64,96). Sum of RGB (Red+Green+Blue) = 21+64+96=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #154060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154060 is #EABF9F. Grayscale: #363636. Windows color (decimal): -15384480 or 6307861. OLE color: 6307861.

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

Color convert

RGB216496-
CMYK0.780.3300.62
HSL205.6º64.1%22.94%-
HSV(B)205.6º78.12%37.65%-
XYZ4.254.6711.74-
YUV54.79151.25103.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=11.60%
G=35.36%
B=53.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2164960.780.3300.62205.664.122.94
Hex1540604E2103Ece4017
Octal251001401164107631610027
Binary10101100000011000001001110100001011111011001110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154060; }

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

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

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

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

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

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

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

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