#264059

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

Shades of Regal Blue #264059

Tints of Regal Blue #264059

Color information

#264059 (or 0x264059) is unknown color: approx Regal Blue. HEX triplet: 26, 40 and 59. RGB value is (38,64,89). Sum of RGB (Red+Green+Blue) = 38+64+89=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 64 (25.39% from 255 or 33.51% 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 #264059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264059 is #D9BFA6. Grayscale: #3A3A3A. Windows color (decimal): -14270375 or 5849126. OLE color: 5849126.

HSL color Cylindrical-coordinate representation of color #264059: hue angle of 209.41º 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 #264059 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB386489-
CMYK0.570.2800.65
HSL209.41º40.16%24.9%-
HSV(B)209.41º57.3%34.9%-
XYZ4.444.810.14-
YUV59.08144.89112.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=19.90%
G=33.51%
B=46.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3864890.570.2800.65209.4140.1624.9
Hex264059391C041d12819
Octal46100131713401013215031
Binary1001101000000101100111100111100010000011101000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264059; }

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

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

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

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

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

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

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

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