#254159

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

Shades of Regal Blue #254159

Tints of Regal Blue #254159

Color information

#254159 (or 0x254159) is unknown color: approx Regal Blue. HEX triplet: 25, 41 and 59. RGB value is (37,65,89). Sum of RGB (Red+Green+Blue) = 37+65+89=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #254159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254159 is #DABEA6. Grayscale: #3B3B3B. Windows color (decimal): -14335655 or 5849381. OLE color: 5849381.

HSL color Cylindrical-coordinate representation of color #254159: hue angle of 207.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254159 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376589-
CMYK0.580.2700.65
HSL207.69º41.27%24.71%-
HSV(B)207.69º58.43%34.9%-
XYZ4.464.910.16-
YUV59.36144.72112.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=19.37%
G=34.03%
B=46.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3765890.580.2700.65207.6941.2724.71
Hex2541593A1B041d02919
Octal45101131723301013205131
Binary1001011000001101100111101011011010000011101000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254159; }

 p { color: rgb(37,65,89); }

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

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

 a { background-color: rgb(37,65,89); }

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

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

 span { border-color: rgb(37,65,89); }

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