Html Css Color HEX #26479B Tory Blue

📋 copy color: '#26479B'

red 38 ◦ green 71 ◦ blue 155

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

Shades of Tory Blue #26479B

Tints of Tory Blue #26479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

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

R = 14.39%
G = 26.89%
B = 58.71%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26479B (or 0x26479B) is known color: Tory Blue. HEX triplet: 26, 47 and 9B. RGB value is (38,71,155). Sum of RGB (Red+Green+Blue) = 38+71+155=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #26479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26479B is #D9B864. Grayscale: #464646. Windows color (decimal): -14268517 or 10176294. OLE color: 10176294.

HSL color Cylindrical-coordinate representation of color #26479B: hue angle of 223.08º 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 #26479B is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 71 155 -
CMYK 0.75 0.54 0 0.39
HSL 223.08º 0.61% 0.38% -
HSV(B) 223.08º 0.75% 0.61% -
XYZ 8.97 7.29 31.94 -
YUV 70.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 38 71 155 0.75 0.54 0 0.39 223.08 0.61 0.38
Hex 26 47 9B 4B 36 0 27 DF 3D 26
Octal 46 107 233 113 66 0 47 337 75 46
Binary 100110 1000111 10011011 1001011 110110 0 100111 11011111 111101 100110

Color Harmonies of #26479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26479B

Black with #26479B

Text Example


Text Example

White with #26479B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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