Html Css Color HEX #26489F Tory Blue

📋 copy color: '#26489F'

red 38 ◦ green 72 ◦ blue 159

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

Shades of Tory Blue #26489F

Tints of Tory Blue #26489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 14.13%
G = 26.77%
B = 59.11%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26489F (or 0x26489F) is known color: Tory Blue. HEX triplet: 26, 48 and 9F. RGB value is (38,72,159). Sum of RGB (Red+Green+Blue) = 38+72+159=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #26489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26489F is #D9B760. Grayscale: #474747. Windows color (decimal): -14268257 or 10438694. OLE color: 10438694.

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

Color convert

RGB 38 72 159 -
CMYK 0.76 0.55 0 0.38
HSL 223.14º 0.61% 0.39% -
HSV(B) 223.14º 0.76% 0.62% -
XYZ 9.37 7.55 33.76 -
YUV 71.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 38 72 159 0.76 0.55 0 0.38 223.14 0.61 0.39
Hex 26 48 9F 4C 37 0 26 DF 3D 27
Octal 46 110 237 114 67 0 46 337 75 47
Binary 100110 1001000 10011111 1001100 110111 0 100110 11011111 111101 100111

Color Harmonies of #26489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26489F

Black with #26489F

Text Example


Text Example

White with #26489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26489F; }

 p { color: rgb(38,72,159); }

 H1.HeaderClassName
 {
   color: #26489F;
 }
 .AnyTagClassName
 {
   color: #26489F;
 }
</style>

background-color css

<style>
 a { background-color: #26489F; }

 a { background-color: rgb(38,72,159); }

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

border-color css

<style>
 span { border-color: #26489F; }

 span { border-color: rgb(38,72,159); }

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