Html Css Color HEX #26418C Tory Blue

📋 copy color: '#26418C'

red 38 ◦ green 65 ◦ blue 140

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

Shades of Tory Blue #26418C

Tints of Tory Blue #26418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.61%

R = 15.64%
G = 26.75%
B = 57.61%

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

#26418C (or 0x26418C) is known color: Tory Blue. HEX triplet: 26, 41 and 8C. RGB value is (38,65,140). Sum of RGB (Red+Green+Blue) = 38+65+140=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #26418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26418C is #D9BE73. Grayscale: #414141. Windows color (decimal): -14270068 or 9191718. OLE color: 9191718.

HSL color Cylindrical-coordinate representation of color #26418C: hue angle of 224.12º degrees, saturation: 0.57, 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 #26418C is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 65 140 -
CMYK 0.73 0.54 0 0.45
HSL 224.12º 0.57% 0.35% -
HSV(B) 224.12º 0.73% 0.55% -
XYZ 7.42 6.09 25.59 -
YUV 65.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 38 65 140 0.73 0.54 0 0.45 224.12 0.57 0.35
Hex 26 41 8C 49 36 0 2D E0 39 23
Octal 46 101 214 111 66 0 55 340 71 43
Binary 100110 1000001 10001100 1001001 110110 0 101101 11100000 111001 100011

Color Harmonies of #26418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26418C

Black with #26418C

Text Example


Text Example

White with #26418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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