Html Css Color HEX #26458E Tory Blue

📋 copy color: '#26458E'

red 38 ◦ green 69 ◦ blue 142

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

Shades of Tory Blue #26458E

Tints of Tory Blue #26458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.03%

R = 15.26%
G = 27.71%
B = 57.03%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#26458E (or 0x26458E) is known color: Tory Blue. HEX triplet: 26, 45 and 8E. RGB value is (38,69,142). Sum of RGB (Red+Green+Blue) = 38+69+142=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #26458E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26458E is #D9BA71. Grayscale: #434343. Windows color (decimal): -14269042 or 9323814. OLE color: 9323814.

HSL color Cylindrical-coordinate representation of color #26458E: hue angle of 222.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26458E is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 69 142 -
CMYK 0.73 0.51 0 0.44
HSL 222.12º 0.58% 0.35% -
HSV(B) 222.12º 0.73% 0.56% -
XYZ 7.81 6.62 26.46 -
YUV 68.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 38 69 142 0.73 0.51 0 0.44 222.12 0.58 0.35
Hex 26 45 8E 49 33 0 2C DE 3A 23
Octal 46 105 216 111 63 0 54 336 72 43
Binary 100110 1000101 10001110 1001001 110011 0 101100 11011110 111010 100011

Color Harmonies of #26458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26458E

Black with #26458E

Text Example


Text Example

White with #26458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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