Html Css Color HEX #415091 Tory Blue

📋 copy color: '#415091'

red 65 ◦ green 80 ◦ blue 145

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

Shades of Tory Blue #415091

Tints of Tory Blue #415091

RGB

 RED value IS 65 (25.78% from 255) = 22.41%

 GREEN value IS 80 (31.64% from 255) = 27.59%

 BLUE value IS 145 (57.03% from 255) = 50%

R = 22.41%
G = 27.59%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#415091 (or 0x415091) is known color: Tory Blue. HEX triplet: 41, 50 and 91. RGB value is (65,80,145). Sum of RGB (Red+Green+Blue) = 65+80+145=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #415091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415091 is #BEAF6E. Grayscale: #525252. Windows color (decimal): -12496751 or 9523265. OLE color: 9523265.

HSL color Cylindrical-coordinate representation of color #415091: hue angle of 228.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415091 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 80 145 -
CMYK 0.55 0.45 0 0.43
HSL 228.75º 0.38% 0.41% -
HSV(B) 228.75º 0.55% 0.57% -
XYZ 10.16 8.91 27.97 -
YUV 82.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 65 80 145 0.55 0.45 0 0.43 228.75 0.38 0.41
Hex 41 50 91 37 2D 0 2B E5 26 29
Octal 101 120 221 67 55 0 53 345 46 51
Binary 1000001 1010000 10010001 110111 101101 0 101011 11100101 100110 101001

Color Harmonies of #415091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415091

Black with #415091

Text Example


Text Example

White with #415091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415091; }

 p { color: rgb(65,80,145); }

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

background-color css

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

 a { background-color: rgb(65,80,145); }

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

border-color css

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

 span { border-color: rgb(65,80,145); }

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