Html Css Color HEX #26499B Tory Blue

📋 copy color: '#26499B'

red 38 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #26499B

Tints of Tory Blue #26499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 14.29%
G = 27.44%
B = 58.27%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26499B (or 0x26499B) is known color: Tory Blue. HEX triplet: 26, 49 and 9B. RGB value is (38,73,155). Sum of RGB (Red+Green+Blue) = 38+73+155=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #26499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26499B is #D9B664. Grayscale: #474747. Windows color (decimal): -14268005 or 10176806. OLE color: 10176806.

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

Color convert

RGB 38 73 155 -
CMYK 0.75 0.53 0 0.39
HSL 222.05º 0.61% 0.38% -
HSV(B) 222.05º 0.75% 0.61% -
XYZ 9.1 7.54 31.99 -
YUV 71.88 174.9 103.83 -
System Red Green Blue C M Y K H S L
Decimal 38 73 155 0.75 0.53 0 0.39 222.05 0.61 0.38
Hex 26 49 9B 4B 35 0 27 DE 3D 26
Octal 46 111 233 113 65 0 47 336 75 46
Binary 100110 1001001 10011011 1001011 110101 0 100111 11011110 111101 100110

Color Harmonies of #26499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26499B

Black with #26499B

Text Example


Text Example

White with #26499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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