Html Css Color HEX #26499D Tory Blue

📋 copy color: '#26499D'

red 38 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #26499D

Tints of Tory Blue #26499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 14.18%
G = 27.24%
B = 58.58%

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

#26499D (or 0x26499D) is known color: Tory Blue. HEX triplet: 26, 49 and 9D. RGB value is (38,73,157). Sum of RGB (Red+Green+Blue) = 38+73+157=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #26499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26499D is #D9B662. Grayscale: #474747. Windows color (decimal): -14268003 or 10307878. OLE color: 10307878.

HSL color Cylindrical-coordinate representation of color #26499D: hue angle of 222.35º 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 #26499D is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 73 157 -
CMYK 0.76 0.54 0 0.38
HSL 222.35º 0.61% 0.38% -
HSV(B) 222.35º 0.76% 0.62% -
XYZ 9.27 7.61 32.88 -
YUV 72.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 38 73 157 0.76 0.54 0 0.38 222.35 0.61 0.38
Hex 26 49 9D 4C 36 0 26 DE 3D 26
Octal 46 111 235 114 66 0 46 336 75 46
Binary 100110 1001001 10011101 1001100 110110 0 100110 11011110 111101 100110

Color Harmonies of #26499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26499D

Black with #26499D

Text Example


Text Example

White with #26499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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