Html Css Color HEX #26469A Tory Blue

📋 copy color: '#26469A'

red 38 ◦ green 70 ◦ blue 154

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

Shades of Tory Blue #26469A

Tints of Tory Blue #26469A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.78%

R = 14.5%
G = 26.72%
B = 58.78%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#26469A (or 0x26469A) is known color: Tory Blue. HEX triplet: 26, 46 and 9A. RGB value is (38,70,154). Sum of RGB (Red+Green+Blue) = 38+70+154=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #26469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26469A is #D9B965. Grayscale: #454545. Windows color (decimal): -14268774 or 10110502. OLE color: 10110502.

HSL color Cylindrical-coordinate representation of color #26469A: hue angle of 223.45º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26469A is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 70 154 -
CMYK 0.75 0.55 0 0.40
HSL 223.45º 0.6% 0.38% -
HSV(B) 223.45º 0.75% 0.6% -
XYZ 8.82 7.13 31.48 -
YUV 70.01 175.4 105.17 -
System Red Green Blue C M Y K H S L
Decimal 38 70 154 0.75 0.55 0 0.40 223.45 0.6 0.38
Hex 26 46 9A 4B 37 0 28 DF 3C 26
Octal 46 106 232 113 67 0 50 337 74 46
Binary 100110 1000110 10011010 1001011 110111 0 101000 11011111 111100 100110

Color Harmonies of #26469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26469A

Black with #26469A

Text Example


Text Example

White with #26469A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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