#415A8A

Color #415A8A Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #415A8A

Tints of Tory Blue #415A8A

Color information

#415A8A (or 0x415A8A) is unknown color: approx Tory Blue. HEX triplet: 41, 5A and 8A. RGB value is (65,90,138). Sum of RGB (Red+Green+Blue) = 65+90+138=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #415A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A8A is #BEA575. Grayscale: #575757. Windows color (decimal): -12494198 or 9067073. OLE color: 9067073.

HSL color Cylindrical-coordinate representation of color #415A8A: hue angle of 219.45º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415A8A is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6590138-
CMYK0.530.3500.46
HSL219.45º35.96%39.8%-
HSV(B)219.45º52.9%54.12%-
XYZ10.4210.2725.48-
YUV88156.22111.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=22.18%
G=30.72%
B=47.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65901380.530.3500.46219.4535.9639.8
Hex415A8A352302Edb2428
Octal10113221265430563334450
Binary1000001101101010001010110101100011010111011011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415A8A; }

 p { color: rgb(65,90,138); }

 H1.HeaderClassName
 {
   color: #415A8A;
 }
 .AnyTagClassName
 {
   color: #415A8A;
 }
</style>
background-color css

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

 a { background-color: rgb(65,90,138); }

 div.DivClassName
 {
   background-color: #415A8A;
 }
 .BgClassName
 {
   background-color: #415A8A;
 }
</style>
border-color css

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

 span { border-color: rgb(65,90,138); }

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