#264159

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

Shades of Regal Blue #264159

Tints of Regal Blue #264159

Color information

#264159 (or 0x264159) is unknown color: approx Regal Blue. HEX triplet: 26, 41 and 59. RGB value is (38,65,89). Sum of RGB (Red+Green+Blue) = 38+65+89=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #264159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264159 is #D9BEA6. Grayscale: #3B3B3B. Windows color (decimal): -14270119 or 5849382. OLE color: 5849382.

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

Color convert

RGB386589-
CMYK0.570.2700.65
HSL208.24º40.16%24.9%-
HSV(B)208.24º57.3%34.9%-
XYZ4.494.9110.16-
YUV59.66144.55112.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=19.79%
G=33.85%
B=46.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3865890.570.2700.65208.2440.1624.9
Hex264159391B041d02819
Octal46101131713301013205031
Binary1001101000001101100111100111011010000011101000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264159; }

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

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

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

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

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

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

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

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