Html Css Color HEX #26418D Tory Blue

📋 copy color: '#26418D'

red 38 ◦ green 65 ◦ blue 141

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

Shades of Tory Blue #26418D

Tints of Tory Blue #26418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

 BLUE value IS 141 (55.47% from 255) = 57.79%

R = 15.57%
G = 26.64%
B = 57.79%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26418D (or 0x26418D) is known color: Tory Blue. HEX triplet: 26, 41 and 8D. RGB value is (38,65,141). Sum of RGB (Red+Green+Blue) = 38+65+141=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #26418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26418D is #D9BE72. Grayscale: #414141. Windows color (decimal): -14270067 or 9257254. OLE color: 9257254.

HSL color Cylindrical-coordinate representation of color #26418D: hue angle of 224.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26418D is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 65 141 -
CMYK 0.73 0.54 0 0.45
HSL 224.27º 0.58% 0.35% -
HSV(B) 224.27º 0.73% 0.55% -
XYZ 7.5 6.12 25.98 -
YUV 65.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 38 65 141 0.73 0.54 0 0.45 224.27 0.58 0.35
Hex 26 41 8D 49 36 0 2D E0 3A 23
Octal 46 101 215 111 66 0 55 340 72 43
Binary 100110 1000001 10001101 1001001 110110 0 101101 11100000 111010 100011

Color Harmonies of #26418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26418D

Black with #26418D

Text Example


Text Example

White with #26418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26418D; }

 p { color: rgb(38,65,141); }

 H1.HeaderClassName
 {
   color: #26418D;
 }
 .AnyTagClassName
 {
   color: #26418D;
 }
</style>

background-color css

<style>
 a { background-color: #26418D; }

 a { background-color: rgb(38,65,141); }

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

border-color css

<style>
 span { border-color: #26418D; }

 span { border-color: rgb(38,65,141); }

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