Html Css Color HEX #26499C Tory Blue

📋 copy color: '#26499C'

red 38 ◦ green 73 ◦ blue 156

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

Shades of Tory Blue #26499C

Tints of Tory Blue #26499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 14.23%
G = 27.34%
B = 58.43%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26499C (or 0x26499C) is known color: Tory Blue. HEX triplet: 26, 49 and 9C. RGB value is (38,73,156). Sum of RGB (Red+Green+Blue) = 38+73+156=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #26499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26499C is #D9B663. Grayscale: #474747. Windows color (decimal): -14268004 or 10242342. OLE color: 10242342.

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

Color convert

RGB 38 73 156 -
CMYK 0.76 0.53 0 0.39
HSL 222.2º 0.61% 0.38% -
HSV(B) 222.2º 0.76% 0.61% -
XYZ 9.18 7.58 32.43 -
YUV 72 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 38 73 156 0.76 0.53 0 0.39 222.2 0.61 0.38
Hex 26 49 9C 4C 35 0 27 DE 3D 26
Octal 46 111 234 114 65 0 47 336 75 46
Binary 100110 1001001 10011100 1001100 110101 0 100111 11011110 111101 100110

Color Harmonies of #26499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26499C

Black with #26499C

Text Example


Text Example

White with #26499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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