Html Css Color HEX #26469B Tory Blue

📋 copy color: '#26469B'

red 38 ◦ green 70 ◦ blue 155

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

Shades of Tory Blue #26469B

Tints of Tory Blue #26469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 14.45%
G = 26.62%
B = 58.94%

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

#26469B (or 0x26469B) is known color: Tory Blue. HEX triplet: 26, 46 and 9B. RGB value is (38,70,155). Sum of RGB (Red+Green+Blue) = 38+70+155=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #26469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26469B is #D9B964. Grayscale: #454545. Windows color (decimal): -14268773 or 10176038. OLE color: 10176038.

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

Color convert

RGB 38 70 155 -
CMYK 0.75 0.55 0 0.39
HSL 223.59º 0.61% 0.38% -
HSV(B) 223.59º 0.75% 0.61% -
XYZ 8.91 7.16 31.92 -
YUV 70.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 38 70 155 0.75 0.55 0 0.39 223.59 0.61 0.38
Hex 26 46 9B 4B 37 0 27 E0 3D 26
Octal 46 106 233 113 67 0 47 340 75 46
Binary 100110 1000110 10011011 1001011 110111 0 100111 11100000 111101 100110

Color Harmonies of #26469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26469B

Black with #26469B

Text Example


Text Example

White with #26469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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