Html Css Color HEX #26458D Tory Blue

📋 copy color: '#26458D'

red 38 ◦ green 69 ◦ blue 141

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

Shades of Tory Blue #26458D

Tints of Tory Blue #26458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 15.32%
G = 27.82%
B = 56.85%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26458D (or 0x26458D) is known color: Tory Blue. HEX triplet: 26, 45 and 8D. RGB value is (38,69,141). Sum of RGB (Red+Green+Blue) = 38+69+141=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #26458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26458D is #D9BA72. Grayscale: #434343. Windows color (decimal): -14269043 or 9258278. OLE color: 9258278.

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

Color convert

RGB 38 69 141 -
CMYK 0.73 0.51 0 0.45
HSL 221.94º 0.58% 0.35% -
HSV(B) 221.94º 0.73% 0.55% -
XYZ 7.74 6.59 26.06 -
YUV 67.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 38 69 141 0.73 0.51 0 0.45 221.94 0.58 0.35
Hex 26 45 8D 49 33 0 2D DE 3A 23
Octal 46 105 215 111 63 0 55 336 72 43
Binary 100110 1000101 10001101 1001001 110011 0 101101 11011110 111010 100011

Color Harmonies of #26458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26458D

Black with #26458D

Text Example


Text Example

White with #26458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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