#26415B

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

Shades of Regal Blue #26415B

Tints of Regal Blue #26415B

Color information

#26415B (or 0x26415B) is unknown color: approx Regal Blue. HEX triplet: 26, 41 and 5B. RGB value is (38,65,91). Sum of RGB (Red+Green+Blue) = 38+65+91=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #26415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26415B is #D9BEA4. Grayscale: #3B3B3B. Windows color (decimal): -14270117 or 5980454. OLE color: 5980454.

HSL color Cylindrical-coordinate representation of color #26415B: hue angle of 209.43º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26415B is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB386591-
CMYK0.580.2900.64
HSL209.43º41.09%25.29%-
HSV(B)209.43º58.24%35.69%-
XYZ4.584.9510.61-
YUV59.89145.55112.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.59%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=19.59%
G=33.51%
B=46.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3865910.580.2900.64209.4341.0925.29
Hex26415B3A1D040d12919
Octal46101133723501003215131
Binary1001101000001101101111101011101010000001101000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26415B; }

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

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

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

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

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

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

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

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