#26499A

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

Shades of Tory Blue #26499A

Tints of Tory Blue #26499A

Color information

#26499A (or 0x26499A) is unknown color: approx Tory Blue. HEX triplet: 26, 49 and 9A. RGB value is (38,73,154). Sum of RGB (Red+Green+Blue) = 38+73+154=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #26499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26499A is #D9B665. Grayscale: #474747. Windows color (decimal): -14268006 or 10111270. OLE color: 10111270.

HSL color Cylindrical-coordinate representation of color #26499A: hue angle of 221.9º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26499A is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3873154-
CMYK0.750.5300.40
HSL221.9º60.42%37.65%-
HSV(B)221.9º75.32%60.39%-
XYZ9.017.5131.55-
YUV71.77174.4103.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 154 (60.55% from 255) = 58.11%
R=14.34%
G=27.55%
B=58.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38731540.750.5300.40221.960.4237.65
Hex26499A4B35028de3c26
Octal46111232113650503367446
Binary1001101001001100110101001011110101010100011011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26499A; }

 p { color: rgb(38,73,154); }

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

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

 a { background-color: rgb(38,73,154); }

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

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

 span { border-color: rgb(38,73,154); }

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