Html Css Color HEX #26459B Tory Blue

📋 copy color: '#26459B'

red 38 ◦ green 69 ◦ blue 155

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

Shades of Tory Blue #26459B

Tints of Tory Blue #26459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 14.5%
G = 26.34%
B = 59.16%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26459B (or 0x26459B) is known color: Tory Blue. HEX triplet: 26, 45 and 9B. RGB value is (38,69,155). Sum of RGB (Red+Green+Blue) = 38+69+155=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #26459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26459B is #D9BA64. Grayscale: #454545. Windows color (decimal): -14269029 or 10175782. OLE color: 10175782.

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

Color convert

RGB 38 69 155 -
CMYK 0.75 0.55 0 0.39
HSL 224.1º 0.61% 0.38% -
HSV(B) 224.1º 0.75% 0.61% -
XYZ 8.84 7.03 31.9 -
YUV 69.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 38 69 155 0.75 0.55 0 0.39 224.1 0.61 0.38
Hex 26 45 9B 4B 37 0 27 E0 3D 26
Octal 46 105 233 113 67 0 47 340 75 46
Binary 100110 1000101 10011011 1001011 110111 0 100111 11100000 111101 100110

Color Harmonies of #26459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26459B

Black with #26459B

Text Example


Text Example

White with #26459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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