Html Css Color HEX #26499E Tory Blue

📋 copy color: '#26499E'

red 38 ◦ green 73 ◦ blue 158

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

Shades of Tory Blue #26499E

Tints of Tory Blue #26499E

RGB

 RED value IS 38 (15.23% from 255) = 14.13%

 GREEN value IS 73 (28.91% from 255) = 27.14%

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 14.13%
G = 27.14%
B = 58.74%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26499E (or 0x26499E) is known color: Tory Blue. HEX triplet: 26, 49 and 9E. RGB value is (38,73,158). Sum of RGB (Red+Green+Blue) = 38+73+158=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #26499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26499E is #D9B661. Grayscale: #474747. Windows color (decimal): -14268002 or 10373414. OLE color: 10373414.

HSL color Cylindrical-coordinate representation of color #26499E: hue angle of 222.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26499E is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 73 158 -
CMYK 0.76 0.54 0 0.38
HSL 222.5º 0.61% 0.38% -
HSV(B) 222.5º 0.76% 0.62% -
XYZ 9.35 7.65 33.33 -
YUV 72.23 176.4 103.59 -
System Red Green Blue C M Y K H S L
Decimal 38 73 158 0.76 0.54 0 0.38 222.5 0.61 0.38
Hex 26 49 9E 4C 36 0 26 DE 3D 26
Octal 46 111 236 114 66 0 46 336 75 46
Binary 100110 1001001 10011110 1001100 110110 0 100110 11011110 111101 100110

Color Harmonies of #26499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26499E

Black with #26499E

Text Example


Text Example

White with #26499E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26499E;
 }
 .AnyTagClassName
 {
   color: #26499E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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