Html Css Color HEX #415080 Tory Blue

📋 copy color: '#415080'

red 65 ◦ green 80 ◦ blue 128

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

Shades of Tory Blue #415080

Tints of Tory Blue #415080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 23.81%
G = 29.3%
B = 46.89%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#415080 (or 0x415080) is known color: Tory Blue. HEX triplet: 41, 50 and 80. RGB value is (65,80,128). Sum of RGB (Red+Green+Blue) = 65+80+128=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #415080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415080 is #BEAF7F. Grayscale: #505050. Windows color (decimal): -12496768 or 8409153. OLE color: 8409153.

HSL color Cylindrical-coordinate representation of color #415080: hue angle of 225.71º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #415080 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 80 128 -
CMYK 0.49 0.38 0 0.50
HSL 225.71º 0.33% 0.38% -
HSV(B) 225.71º 0.49% 0.5% -
XYZ 8.94 8.42 21.58 -
YUV 80.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 65 80 128 0.49 0.38 0 0.50 225.71 0.33 0.38
Hex 41 50 80 31 26 0 32 E2 21 26
Octal 101 120 200 61 46 0 62 342 41 46
Binary 1000001 1010000 10000000 110001 100110 0 110010 11100010 100001 100110

Color Harmonies of #415080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415080

Black with #415080

Text Example


Text Example

White with #415080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415080; }

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

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

background-color css

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

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

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

border-color css

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

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

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