Html Css Color HEX #26499A Tory Blue

📋 copy color: '#26499A'

red 38 ◦ green 73 ◦ blue 154

#26499A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #26499A

Tints of Tory Blue #26499A

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 value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#26499A (or 0x26499A) is known color: 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

RGB 38 73 154 -
CMYK 0.75 0.53 0 0.40
HSL 221.9º 0.6% 0.38% -
HSV(B) 221.9º 0.75% 0.6% -
XYZ 9.01 7.51 31.55 -
YUV 71.77 174.4 103.91 -
System Red Green Blue C M Y K H S L
Decimal 38 73 154 0.75 0.53 0 0.40 221.9 0.6 0.38
Hex 26 49 9A 4B 35 0 28 DE 3C 26
Octal 46 111 232 113 65 0 50 336 74 46
Binary 100110 1001001 10011010 1001011 110101 0 101000 11011110 111100 100110

Color Harmonies of #26499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26499A

Black with #26499A

Text Example


Text Example

White with #26499A

Text Example


Text Example

HTML Codes & Css Web 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>