Html Css Color HEX #26418B Tory Blue

📋 copy color: '#26418B'

red 38 ◦ green 65 ◦ blue 139

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

Shades of Tory Blue #26418B

Tints of Tory Blue #26418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 15.7%
G = 26.86%
B = 57.44%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26418B (or 0x26418B) is known color: Tory Blue. HEX triplet: 26, 41 and 8B. RGB value is (38,65,139). Sum of RGB (Red+Green+Blue) = 38+65+139=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #26418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26418B is #D9BE74. Grayscale: #414141. Windows color (decimal): -14270069 or 9126182. OLE color: 9126182.

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

Color convert

RGB 38 65 139 -
CMYK 0.73 0.53 0 0.45
HSL 223.96º 0.57% 0.35% -
HSV(B) 223.96º 0.73% 0.55% -
XYZ 7.35 6.06 25.21 -
YUV 65.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 38 65 139 0.73 0.53 0 0.45 223.96 0.57 0.35
Hex 26 41 8B 49 35 0 2D E0 39 23
Octal 46 101 213 111 65 0 55 340 71 43
Binary 100110 1000001 10001011 1001001 110101 0 101101 11100000 111001 100011

Color Harmonies of #26418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26418B

Black with #26418B

Text Example


Text Example

White with #26418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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