#154066

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

Shades of Regal Blue #154066

Tints of Regal Blue #154066

Color information

#154066 (or 0x154066) is unknown color: approx Regal Blue. HEX triplet: 15, 40 and 66. RGB value is (21,64,102). Sum of RGB (Red+Green+Blue) = 21+64+102=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #154066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154066 is #EABF99. Grayscale: #373737. Windows color (decimal): -15384474 or 6701077. OLE color: 6701077.

HSL color Cylindrical-coordinate representation of color #154066: hue angle of 208.15º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #154066 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2164102-
CMYK0.790.3700.6
HSL208.15º65.85%24.12%-
HSV(B)208.15º79.41%40%-
XYZ4.544.7913.25-
YUV55.47154.25103.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=11.23%
G=34.22%
B=54.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21641020.790.3700.6208.1565.8524.12
Hex1540664F2503Cd04218
Octal251001461174507432010230
Binary10101100000011001101001111100101011110011010000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154066; }

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

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

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

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

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

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

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

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